public static class LZMAEncoder.LZMAProperties extends Object
Constructor and Description |
---|
LZMAProperties() |
LZMAProperties(int algorithm,
int dictionarySize,
int numFastBytes,
int matchFinder,
int lc,
int lp,
int pb) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm() |
int |
getDictionarySize() |
int |
getLc() |
int |
getLp() |
int |
getMatchFinder() |
int |
getNumFastBytes() |
int |
getPb() |
static void |
loadProperties(LZMAEncoder.LZMAProperties properties) |
void |
setAlgorithm(int algorithm) |
void |
setDictionarySize(int dictionarySize) |
void |
setLc(int Lc) |
void |
setLp(int Lp) |
void |
setMatchFinder(int matchFinder) |
void |
setNumFastBytes(int numFastBytes) |
void |
setPb(int Pb) |
public LZMAProperties()
public LZMAProperties(int algorithm, int dictionarySize, int numFastBytes, int matchFinder, int lc, int lp, int pb)
public int getLc()
public void setLc(int Lc)
public int getLp()
public void setLp(int Lp)
public int getPb()
public void setPb(int Pb)
public int getAlgorithm()
public void setAlgorithm(int algorithm)
public int getDictionarySize()
public void setDictionarySize(int dictionarySize)
public int getMatchFinder()
public void setMatchFinder(int matchFinder)
public int getNumFastBytes()
public void setNumFastBytes(int numFastBytes)
public static void loadProperties(LZMAEncoder.LZMAProperties properties)
Copyright © 2015 Oracle Corporation. All rights reserved.