Searched defs:ZipEntryFromZip (Results 1 – 1 of 1) sorted by relevance
56 type ZipEntryFromZip struct { struct57 inputZip InputZip58 index int59 name string60 isDir bool61 crc32 uint3262 size uint6477 func (ze ZipEntryFromZip) String() string {81 func (ze ZipEntryFromZip) IsDir() bool {85 func (ze ZipEntryFromZip) CRC32() uint32 {[all …]