Searched defs:countWriter (Results 1 – 3 of 3) sorted by relevance
158 type countWriter struct { struct159 n int64160 w io.Writer163 func (w *countWriter) Write(b []byte) (int, error) {
426 type countWriter struct { struct427 w io.Writer428 count int64431 func (w *countWriter) Write(p []byte) (int, error) {
635 type countWriter struct { struct636 w io.Writer637 count int64640 func (w *countWriter) Write(p []byte) (int, error) {