Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLogging ¶
func InitLogging()
Types ¶
type CompressionKind ¶
type CompressionKind int
const ( ZLib CompressionKind = iota Flate // (de)FLATE compression Lzma Lzma2 Lzss Lzo1X Lz4 Lz77a // Lz77, variant #a Lz77b // Lz77, variant #b Lzw_LSB8 // LSB, 8-bit Lzw_MSB8 // MSB, 8-bit )
func TryExtract ¶
func TryExtract(r io.Reader) (CompressionKind, []byte, error)
func (CompressionKind) String ¶
func (k CompressionKind) String() string
Click to show internal directories.
Click to hide internal directories.