Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CountReader ¶
CountReader counts the number of bytes read from the underlying Reader.
func NewCountReader ¶
func NewCountReader(r io.Reader) *CountReader
func (*CountReader) Count ¶
func (r *CountReader) Count() int64
Click to show internal directories.
Click to hide internal directories.