Maven module :un.api : api-encoding :
Class : un.impl.io.lzma.Decoder
Extends/Implements : -
Subclasses : -

From 7-ZIP SDK, placed under public domain.
http://www.7-zip.org/sdk.html
author  Igor Pavlov


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)