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