메소드 | 설명 | |
---|---|---|
CompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int | ||
DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : void |
메소드 | 설명 | |
---|---|---|
BuildList ( byte data ) : void | ||
BuildTree ( byte data ) : void | ||
ClearCache ( ) : void | ||
GetNewItem ( int value, int weight ) : HuffmanItem | ||
Reset ( ) : void |
public static CompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int | ||
inBuffer | byte | |
index | int | |
count | int | |
outBuffer | byte | |
리턴 | int |
public DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : void | ||
inBuffer | byte | |
index | int | |
count | int | |
outBuffer | byte | |
리턴 | void |