C# 클래스 CrystalMpq.SparseCompression

파일 보기 프로젝트 열기: sgraf812/crystalmpq 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CompressBlock() 공개 정적인 메소드

public static CompressBlock ( byte inBuffer, byte outBuffer ) : int
inBuffer byte
outBuffer byte
리턴 int

DecompressBlock() 공개 정적인 메소드

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

DecompressBlock() 공개 정적인 메소드

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