Home
last modified time | relevance | path

Searched defs:fileWriter (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/archive/zip/
Dwriter.go555 type fileWriter struct { struct
556 *header
557 zipw io.Writer
558 rawCount *countWriter
559 comp io.WriteCloser
560 compCount *countWriter
561 crc32 hash.Hash32
562 closed bool
565 func (w *fileWriter) Write(p []byte) (int, error) {
576 func (w *fileWriter) close() error {
[all …]
/prebuilts/go/linux-x86/src/archive/tar/
Dwriter.go39 type fileWriter interface { interface