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

Mostra file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method 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 method

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

Compress() public static method

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

Compress() public static method

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

Decompress() public static method

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

Decompress() public static method

public static Decompress ( byte data, int offset ) : byte[]
data byte
offset int
return byte[]