Documentation ¶
Index ¶
- func Compress(files []*os.File, dest string) error
- func CompressBytes(s []byte) ([]byte, error)
- func CompressBytes2Base64(s []byte) (string, error)
- func CompressString2Base64(s string) (string, error)
- func DeCompress(tarFile, dest string) error
- func DecompressBase64(s string) (string, error)
- func DecompressByte(s []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressBytes ¶
func CompressBytes2Base64 ¶
func CompressString2Base64 ¶
func DecompressBase64 ¶
func DecompressByte ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.