Lines Matching refs:ZipWriter
204 type ZipWriter struct { struct
263 z := &ZipWriter{
436 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… argument
580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error { argument
676 func (z *ZipWriter) addManifest(dest string, src string, _ uint16) error { argument
712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er… argument
788 func (z *ZipWriter) crcFile(r io.Reader, ze *zipEntry, resultChan chan *zipEntry, wg *sync.WaitGrou… argument
804 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea… argument
818 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) { argument
852 func (z *ZipWriter) compressWholeFile(ze *zipEntry, r io.ReadSeeker, compressChan chan *zipEntry) { argument
925 func (z *ZipWriter) writeDirectory(dir string, src string, emulateJar bool) error { argument
975 func (z *ZipWriter) writeSymlink(rel, file string) error { argument