ZLib.Utility
Description:
Content:
Functions:
- public ulong adler32 (ulong crc = 0, uint8[]? buf = null)
- public int compress (uint8[] dest, ref ulong dest_length, uint8[] source, int level = DEFAULT_COMPRESSION)
- public int compress_bound (ulong sourceLen)
- public ulong crc32 (ulong crc = 0, uint8[]? buf = null)
- public int uncompress (uint8[] dest, ref ulong dest_length, uint8[] source)