Method | Description | |
---|---|---|
Decompress ( Stream source, byte output ) : int |
Decompress the source into the output, then return the number of decompressed bytes.
|
Method | Description | |
---|---|---|
FillBitBuffer ( int &bitBuffer, int &bitCount, int requiredBits, Stream source ) : void | ||
RemoveBits ( int &bitBuffer, int &bitCount, int bits ) : void | ||
Truncate ( int value, int bits ) : int | ||
WriteToOutput ( byte value, byte output, int &outputOffset, byte dictionary, int dictionaryTotalSize, int &dictionaryOffset, int &dictionarySize ) : void |
public static Decompress ( Stream source, byte output ) : int | ||
source | Stream | The |
output | byte | The |
return | int |