Method | Description | |
---|---|---|
Code ( System inStream, System outStream, System.Int64 inSize, System.Int64 outSize, ICodeProgress progress ) : void | ||
Decoder ( ) : System | ||
SetDecoderProperties ( byte properties ) : void | ||
Train ( System stream ) : bool |
Method | Description | |
---|---|---|
Init ( System inStream, System outStream ) : void | ||
SetDictionarySize ( uint dictionarySize ) : void | ||
SetLiteralProperties ( int lp, int lc ) : void | ||
SetPosBitsProperties ( int pb ) : void |
public Code ( System inStream, System outStream, System.Int64 inSize, System.Int64 outSize, ICodeProgress progress ) : void | ||
inStream | System | |
outStream | System | |
inSize | System.Int64 | |
outSize | System.Int64 | |
progress | ICodeProgress | |
return | void |
public SetDecoderProperties ( byte properties ) : void | ||
properties | byte | |
return | void |