C# Class NScumm.Sky.RncDecoder

Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
RncDecoder ( ) : NScumm.Core
UnpackM1 ( byte input, int offset, byte output, int outputOffset ) : int

Private Methods

Méthode 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

Method Details

RncDecoder() public méthode

public RncDecoder ( ) : NScumm.Core
Résultat NScumm.Core

UnpackM1() public méthode

public UnpackM1 ( byte input, int offset, byte output, int outputOffset ) : int
input byte
offset int
output byte
outputOffset int
Résultat int