C# 클래스 CqlSharp.Network.nSnappy.Decompressor

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

공개 메소드들

메소드 설명
Decompress ( byte input, int compressedSize, byte &output ) : int

비공개 메소드들

메소드 설명
DecompressAllTags ( ) : void
Decompressor ( ) : System
Peek ( int &i ) : Pointer
RawUncompress ( byte input, int compressedSize, byte &output ) : int
ReadUncompressedLength ( ) : uint
RefillTag ( ) : bool
Skip ( int peeked ) : void

메소드 상세

Decompress() 공개 정적인 메소드

public static Decompress ( byte input, int compressedSize, byte &output ) : int
input byte
compressedSize int
output byte
리턴 int