Method | Description | |
---|---|---|
CompressBlock ( byte inBuffer, byte outBuffer ) : int | ||
DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int |
Method | Description | |
---|---|---|
BuildAsciiTree ( ) : Node | ||
BuildLengthTree ( ) : Node | ||
BuildOffsetTree ( ) : Node | ||
DecodeValue ( |
public static CompressBlock ( byte inBuffer, byte outBuffer ) : int | ||
inBuffer | byte | |
outBuffer | byte | |
return | int |
public static DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int | ||
inBuffer | byte | |
index | int | |
count | int | |
outBuffer | byte | |
return | int |