Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByIncrementer ¶
type ProxyReader ¶
type ProxyReader struct {
// contains filtered or unexported fields
}
ProxyReader wraps around a reader and calls the incrementer function on every read reporting the number of bytes read
func NewProxyReader ¶
func NewProxyReader(inc ByIncrementer, r io.Reader) *ProxyReader
Click to show internal directories.
Click to hide internal directories.