Utility
Description:
public namespace Utility
Content:
Methods:
- 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)
2022 vala-language.org