C# Class GBA.LZ77

Show file Open project: jeffman/MOTHER-3-Funland Class Usage Examples

Public Methods

Method Description
Compress ( byte data ) : byte[]
Compress ( byte data, int address, int length ) : byte[]
Decompress ( byte data, int address, byte &output ) : int

Method Details

Compress() public static method

public static Compress ( byte data ) : byte[]
data byte
return byte[]

Compress() public static method

public static Compress ( byte data, int address, int length ) : byte[]
data byte
address int
length int
return byte[]

Decompress() public static method

public static Decompress ( byte data, int address, byte &output ) : int
data byte
address int
output byte
return int