C# 클래스 Stolen.QuickLZ

파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
compress ( byte source, int level ) : byte[]
decompress ( byte source ) : byte[]
sizeCompressed ( byte source ) : int
sizeDecompressed ( byte source ) : int

비공개 메소드들

메소드 설명
fast_write ( byte a, int i, int value, int numbytes ) : void
headerLen ( byte source ) : int
write_header ( byte dst, int level, bool compressible, int size_compressed, int size_decompressed ) : void

메소드 상세

compress() 공개 정적인 메소드

public static compress ( byte source, int level ) : byte[]
source byte
level int
리턴 byte[]

decompress() 공개 정적인 메소드

public static decompress ( byte source ) : byte[]
source byte
리턴 byte[]

sizeCompressed() 공개 정적인 메소드

public static sizeCompressed ( byte source ) : int
source byte
리턴 int

sizeDecompressed() 공개 정적인 메소드

public static sizeDecompressed ( byte source ) : int
source byte
리턴 int