SevenZip.Compression.LZMA
Class Encoder
public
class
Encoder
extends Object
public static final int EMatchFinderTypeBT2
public static final int EMatchFinderTypeBT4
public static final int kNumLenSpecSymbols
public static final int kPropSize
public Encoder()
public void Code(InputStream inStream, OutputStream outStream, long inSize, long outSize,
ICodeProgress progress)
public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished)
public boolean SetAlgorithm(int algorithm)
public boolean SetDictionarySize(int dictionarySize)
public void SetEndMarkerMode(boolean endMarkerMode)
public boolean SetLcLpPb(int lc, int lp, int pb)
public boolean SetMatchFinder(int matchFinderIndex)
public boolean SetNumFastBytes(int numFastBytes)
public void WriteCoderProperties(OutputStream outStream)