C# Class Nintenlord.DS.Compressions.GameSpecific.FEDS_Portrait_compression

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
Compress ( byte data ) : byte[]
Compress ( byte data, int length ) : byte[]
Compress ( byte data, int offset, int length ) : byte[]
Decompress ( byte data ) : byte[]
Decompress ( byte data, int offset ) : byte[]

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 length ) : byte[]
data byte
length int
Résultat byte[]

Compress() public static méthode

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

Decompress() public static méthode

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

Decompress() public static méthode

public static Decompress ( byte data, int offset ) : byte[]
data byte
offset int
Résultat byte[]