Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotSupportFormat = errors.New("the file is not supported")
)
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// contains filtered or unexported fields
}
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewReader ¶
NewReader generetes a Reader struct. After reading, the Reader struct shall be Close().
func NewReaderFromBytes ¶
NewReader generetes a Reader struct. After reading, the Reader struct shall be Close().
func (*Reader) ReadAllFiles ¶
func (r *Reader) ReadAllFiles() (headerValue, contentValue, footerValue, footnotesValue string, err error)
ReadAllFiles reads all header, footer, footnote and content related files in the zip archive and returns it's raw contents
Click to show internal directories.
Click to hide internal directories.