Lines Matching refs:Writer
41 t.Fatalf("Writer.Close: %v", err)
123 // It's an io.Writer (like a bytes.Buffer) and also an io.ReaderAt,
266 gen := func(wantOff uint64) func(*Writer) {
267 return func(w *Writer) {
310 gen := func(numRec int) func(*Writer) {
311 return func(w *Writer) {
342 // suffixSaver is an io.Writer & io.ReaderAt that remembers the last 0
404 func generatesZip64(t *testing.T, f func(w *Writer)) bool {
461 gen := func(wantLen int64) func(*Writer) {
462 return func(w *Writer) {
613 t.Fatalf("error closing zip writer: %v", err)