Méthode | Description | |
---|---|---|
Compress ( byte buffer ) : byte[] | ||
Decompress ( uint uncompressedSize, byte gzBuffer ) : byte[] | ||
WriteCompressedData ( |
public static Compress ( byte buffer ) : byte[] | ||
buffer | byte | |
Résultat | byte[] |
public static Decompress ( uint uncompressedSize, byte gzBuffer ) : byte[] | ||
uncompressedSize | uint | |
gzBuffer | byte | |
Résultat | byte[] |
public static WriteCompressedData ( |
||
writer | ||
data | byte | |
prefixUncompressedSize | bool | |
prefixCompressedSize | bool | |
Résultat | void |