C# Class CqlSharp.Network.nSnappy.Decompressor

显示文件 Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
Decompress ( byte input, int compressedSize, byte &output ) : int

Private Methods

Method Description
DecompressAllTags ( ) : void
Decompressor ( ) : System
Peek ( int &i ) : Pointer
RawUncompress ( byte input, int compressedSize, byte &output ) : int
ReadUncompressedLength ( ) : uint
RefillTag ( ) : bool
Skip ( int peeked ) : void

Method Details

Decompress() public static method

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