Documentation
¶
Overview ¶
compresstype is a package for detecting the compression format of a file. It also has functions to convert
from one compression format to another.
Index ¶
Constants ¶
View Source
const ( UNDEF int = iota PLAIN GZIP BZIP2 XZ ZIP )
Variables ¶
This section is empty.
Functions ¶
func DetectFileType ¶
func StringToType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.