Searched defs:countWriter (Results 1 – 1 of 1) sorted by relevance
399 type countWriter struct { struct400 w io.Writer401 count int64404 func (w *countWriter) Write(p []byte) (int, error) {