Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeText ¶
DecodeText turns the bytes in fromFile into bytes in toFile. On success, returns a nil error. Else, returns a non-nil error. If fromFile exists before the call, it is deleted and replaced with the decompressed file. If something goes wrong, there will be no toFile when the function returns.
func EncodeText ¶
EncodeText turns the bytes in fromFile into bytes in toFile, compressed under a tree created on the file. On success, returns a nil error and returns a non-nil error otherwise. If something does go wrong, there will be no file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.