C# Class CrystalMpq.SparseCompression

显示文件 Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
CompressBlock ( byte inBuffer, byte outBuffer ) : int
DecompressBlock ( byte inBuffer, int inLength, byte outBuffer, int outLength ) : int
DecompressBlock ( byte inBuffer, int offset, int count, byte outBuffer ) : int

Method Details

CompressBlock() public static method

public static CompressBlock ( byte inBuffer, byte outBuffer ) : int
inBuffer byte
outBuffer byte
return int

DecompressBlock() public static method

public static DecompressBlock ( byte inBuffer, int inLength, byte outBuffer, int outLength ) : int
inBuffer byte
inLength int
outBuffer byte
outLength int
return int

DecompressBlock() public static method

public static DecompressBlock ( byte inBuffer, int offset, int count, byte outBuffer ) : int
inBuffer byte
offset int
count int
outBuffer byte
return int