Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive interface { Volumes() VolumeIterator Close() error }
type RarArchive ¶
type RarArchive struct {
// contains filtered or unexported fields
}
func (RarArchive) Close ¶
func (archive RarArchive) Close() error
func (RarArchive) Volumes ¶
func (archive RarArchive) Volumes() VolumeIterator
type TarArchive ¶
type TarArchive struct {
// contains filtered or unexported fields
}
func (TarArchive) Close ¶
func (archive TarArchive) Close() error
func (TarArchive) Volumes ¶
func (archive TarArchive) Volumes() VolumeIterator
type VolumeIterator ¶
type VolumeIterator struct {
// contains filtered or unexported fields
}
type ZipArchive ¶
type ZipArchive struct {
// contains filtered or unexported fields
}
func (ZipArchive) Close ¶
func (archive ZipArchive) Close() error
func (ZipArchive) Volumes ¶
func (archive ZipArchive) Volumes() VolumeIterator
Click to show internal directories.
Click to hide internal directories.