zgrf.compression

Undocumented in source.

Members

Functions

uncompress
ubyte[] uncompress(const(ubyte)[] srcbuf, size_t destlen)

Uncompresses data. If the first byte of srcbuf is 0 then LZMA will be used to uncompress the data. Otherwise uses zlib.

Meta