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