C# Class GBA.LZ77

Afficher le fichier Open project: jeffman/MOTHER-3-Funland Class Usage Examples

Méthodes publiques

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

public static Compress ( byte data ) : byte[]
data byte
Résultat byte[]

Compress() public static méthode

public static Compress ( byte data, int address, int length ) : byte[]
data byte
address int
length int
Résultat byte[]

Decompress() public static méthode

public static Decompress ( byte data, int address, byte &output ) : int
data byte
address int
output byte
Résultat int