Method | Description | |
---|---|---|
RncDecoder ( ) : NScumm.Core | ||
UnpackM1 ( byte input, int offset, byte output, int outputOffset ) : int |
Method | Description | |
---|---|---|
CrcBlock ( byte block, int offset, int size ) : ushort |
Calculates 16 bit crc of a block of memory.
|
|
InitCrc ( ) : void | ||
InputBits ( byte amount ) : ushort | ||
InputValue ( ushort table ) : ushort | ||
MakeHufftable ( ushort table ) : void |
public UnpackM1 ( byte input, int offset, byte output, int outputOffset ) : int | ||
input | byte | |
offset | int | |
output | byte | |
outputOffset | int | |
return | int |