Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoFound = errors.New("not found decompresser")
)
Functions ¶
This section is empty.
Types ¶
type DeCompress ¶
type DeCompress struct {
// contains filtered or unexported fields
}
type Decompresser ¶
type Decompresser interface { io.ReaderAt io.ReadCloser }
func Open ¶
func Open(opt Option) (reader Decompresser, e error)
type FormatType ¶
type FormatType byte
const ( NoDecompressType FormatType = iota Lz4Type )
func GetFormat ¶
func GetFormat(fname string) (string, FormatType)
type NoDecompress ¶
type NoDecompress struct {
// contains filtered or unexported fields
}
func (NoDecompress) Close ¶
func (nd NoDecompress) Close() error
Click to show internal directories.
Click to hide internal directories.