Searched defs:zipEntry (Results 1 – 2 of 2) sorted by relevance
170 type zipEntry struct { struct171 path zipEntryPath172 content *zip.File175 func (ze zipEntry) String() string {179 func (ze zipEntry) IsDir() bool {183 func (ze zipEntry) CRC32() uint32 {187 func (ze zipEntry) Size() uint64 {191 func (ze zipEntry) WriteToZip(dest string, zw *zip.Writer) error {
198 type zipEntry struct { struct199 fh *zip.FileHeader202 futureReaders chan chan io.Reader206 allocatedSize int64