Method | Description | |
---|---|---|
CompressBlock ( byte inBuffer, byte outBuffer ) : int | ||
DecompressBlock ( byte inBuffer, int inLength, byte outBuffer, int outLength ) : int | ||
DecompressBlock ( byte inBuffer, int offset, int count, byte outBuffer ) : int |
public static CompressBlock ( byte inBuffer, byte outBuffer ) : int | ||
inBuffer | byte | |
outBuffer | byte | |
return | int |
public static DecompressBlock ( byte inBuffer, int inLength, byte outBuffer, int outLength ) : int | ||
inBuffer | byte | |
inLength | int | |
outBuffer | byte | |
outLength | int | |
return | int |
public static DecompressBlock ( byte inBuffer, int offset, int count, byte outBuffer ) : int | ||
inBuffer | byte | |
offset | int | |
count | int | |
outBuffer | byte | |
return | int |