Searched defs:FileInputZip (Results 1 – 1 of 1) sorted by relevance
663 type FileInputZip struct { struct664 name string665 reader *zip.ReadCloser668 func (fiz *FileInputZip) Name() string {672 func (fiz *FileInputZip) Close() error {681 func (fiz *FileInputZip) Entries() []*zip.File {688 func (fiz *FileInputZip) IsOpen() bool {692 func (fiz *FileInputZip) Open() error {