Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ZipScanner ¶
type ZipScannerImpl ¶
type ZipScannerImpl struct { Debug bool // contains filtered or unexported fields }
func NewZipScanner ¶
func NewZipScanner(r io.Reader) *ZipScannerImpl
func (*ZipScannerImpl) Error ¶
func (r *ZipScannerImpl) Error() error
func (*ZipScannerImpl) FileHeader ¶
func (r *ZipScannerImpl) FileHeader() zip.FileHeader
func (*ZipScannerImpl) Scan ¶
func (r *ZipScannerImpl) Scan() bool
type ZipWrapper ¶
type ZipWrapper struct {
// contains filtered or unexported fields
}
ZipWrapper wraps a zip.Reader into a ZipScanner compatible interface
func NewZipWrapper ¶
func NewZipWrapper(z *zip.Reader) *ZipWrapper
func (*ZipWrapper) Error ¶
func (z *ZipWrapper) Error() error
func (*ZipWrapper) FileHeader ¶
func (z *ZipWrapper) FileHeader() zip.FileHeader
func (*ZipWrapper) Scan ¶
func (z *ZipWrapper) Scan() bool
Click to show internal directories.
Click to hide internal directories.