ZLib.Utility – zlib Reference Manual
Packages
zlib
ZLib
Utility
adler32
compress
compress_bound
crc32
uncompress
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)