Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileArchive ¶
type FileArchive struct {
// contains filtered or unexported fields
}
func (*FileArchive) Open ¶
func (t *FileArchive) Open(name string) (io.ReadCloser, int64, error)
type TapeArchive ¶
type TapeArchive struct {
// contains filtered or unexported fields
}
func (*TapeArchive) Open ¶
func (t *TapeArchive) Open(name string) (io.ReadCloser, int64, error)
type TapeArchiveEntry ¶
func (*TapeArchiveEntry) Close ¶
func (t *TapeArchiveEntry) Close() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.