Searched defs:ZipEntryFromBuffer (Results 1 – 1 of 1) sorted by relevance
101 type ZipEntryFromBuffer struct { struct102 fh *zip.FileHeader103 content []byte106 func (be ZipEntryFromBuffer) String() string {110 func (be ZipEntryFromBuffer) IsDir() bool {114 func (be ZipEntryFromBuffer) CRC32() uint32 {118 func (be ZipEntryFromBuffer) Size() uint64 {122 func (be ZipEntryFromBuffer) WriteToZip(dest string, zw *zip.Writer) error {