Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
type ReadCloser struct { io.ReadCloser // contains filtered or unexported fields }
ReadCloser wraps an io.ReadCloser, reimplementing its interface and counting the bytes written to during copying.
func (*ReadCloser) Count ¶
func (self *ReadCloser) Count() uint64
Click to show internal directories.
Click to hide internal directories.