Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
type ReadCloser struct {
Reader
// contains filtered or unexported fields
}
func OpenReader ¶
func OpenReader(name string) (*ReadCloser, error)
func (*ReadCloser) Close ¶
func (r *ReadCloser) Close() error
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) AddSubArchive ¶
Click to show internal directories.
Click to hide internal directories.