Method | Description | |
---|---|---|
Decompress ( byte input, int compressedSize, byte &output ) : int |
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 |
public static Decompress ( byte input, int compressedSize, byte &output ) : int | ||
input | byte | |
compressedSize | int | |
output | byte | |
return | int |