Maven module :un.api : api-encoding :
Class :
un.impl.io.lzma.Decoder
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
Decoder,
setDictionarySize,
setLcLpPb,
init,
code,
setDecoderProperties
public void
Decoder ()
boolean
setDictionarySize (int dictionarySize)
boolean
setLcLpPb (int lc, int lp, int pb)
void
init ()
public boolean
code (ByteInputStream inStream, ByteOutputStream outStream, long outSize)
public boolean
setDecoderProperties (byte[] properties)
http://www.7-zip.org/sdk.html
author Igor Pavlov