Searched defs:ZipEntryFromBuffer (Results 1 – 1 of 1) sorted by relevance
103 type ZipEntryFromBuffer struct { struct104 fh *zip.FileHeader105 content []byte108 func (be ZipEntryFromBuffer) String() string {112 func (be ZipEntryFromBuffer) IsDir() bool {116 func (be ZipEntryFromBuffer) CRC32() uint32 {120 func (be ZipEntryFromBuffer) Size() uint64 {124 func (be ZipEntryFromBuffer) WriteToZip(dest string, zw *zip.Writer) error {