Searched defs:ZipEntryFromZip (Results 1 – 1 of 1) sorted by relevance
58 type ZipEntryFromZip struct { struct59 inputZip InputZip60 index int61 name string62 isDir bool63 crc32 uint3264 size uint6479 func (ze ZipEntryFromZip) String() string {83 func (ze ZipEntryFromZip) IsDir() bool {87 func (ze ZipEntryFromZip) CRC32() uint32 {[all …]