The buffer to compress
The compressed buffer
Read a file from a path and compress it with Yaz0.
The filepath
The output path. Filename: filename + '.compressed' + original file extension
Decompress a Yaz0 buffer.
The compressed buffer
The decompressed buffer
Read a file from a path and decompress it with Yaz0.
The filepath
The output path. Filename: filename + '.decompressed' + original file extension
Check if a buffer is a compressed with Yaz.
The buffer to check
True if the buffer is a compressed Yaz0 file
Generated using TypeDoc
Compress a buffer with Yaz0.