Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
func New ¶
func New(filename string) *FileReader
func (*FileReader) Read ¶
func (r *FileReader) Read() (row *util.Row, err error)
Read will iterate through the zip file, it will treat each file in the zipfile as a row and return back to the caller, where the key is file or directory name and the value is the bytes of the file from the input zip file
func (*FileReader) ReadHeader ¶
func (r *FileReader) ReadHeader() (fieldNames []string, err error)
Click to show internal directories.
Click to hide internal directories.