UseBriefLZPacker()
Syntax
UseBriefLZPacker()Description
Enable BriefLZ compress, uncompress and archive support to the packer library. The created archives are a custom format created for PureBasic. BriefLZ compression is very fast and the packer is very small, it could be the right choice for program which needs a small executable size. Uncompress is also very fast, but compress ratio is not as good as Zip or LZMA.
Parameters
None.
Return value
None.
See Also
OpenPack(), CreatePack(), CompressMemory(), UncompressMemory()
Supported OS
All