Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStopWalk = fmt.Errorf("walk stopped")
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { os.FileInfo // The original header info; depends on // type of archive -- could be nil, too. Header interface{} // Allow the file contents to be read (and closed) io.ReadCloser }
type Rar ¶
type Rar struct {
// contains filtered or unexported fields
}
func (*Rar) CheckRAR ¶
CheckRAR checks if the file is a RAR, ZIP, or unidentified file. returns file type and error.
type ReadFakeCloser ¶
func (ReadFakeCloser) Close ¶
func (rfc ReadFakeCloser) Close() error
Click to show internal directories.
Click to hide internal directories.