Searched defs:countingWriter (Results 1 – 2 of 2) sorted by relevance
214 type countingWriter struct { struct215 size int218 func (cw *countingWriter) Write(data []byte) (int, error) {
1082 type countingWriter int64 type