Searched defs:FileInputZip (Results 1 – 1 of 1) sorted by relevance
659 type FileInputZip struct { struct660 name string661 reader *zip.ReadCloser664 func (fiz *FileInputZip) Name() string {668 func (fiz *FileInputZip) Close() error {677 func (fiz *FileInputZip) Entries() []*zip.File {684 func (fiz *FileInputZip) IsOpen() bool {688 func (fiz *FileInputZip) Open() error {