com.sun.grizzly.tcp.http11.filters
Class LzmaOutputFilter.LzmaProperties
java.lang.Object
com.sun.grizzly.tcp.http11.filters.LzmaOutputFilter.LzmaProperties
- Enclosing class:
- LzmaOutputFilter
public static class LzmaOutputFilter.LzmaProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LzmaOutputFilter.LzmaProperties
public LzmaOutputFilter.LzmaProperties()
LzmaOutputFilter.LzmaProperties
public LzmaOutputFilter.LzmaProperties(int algorithm,
int dictionarySize,
int numFastBytes,
int matchFinder,
int lc,
int lp,
int pb)
getLc
public int getLc()
setLc
public void setLc(int Lc)
getLp
public int getLp()
setLp
public void setLp(int Lp)
getPb
public int getPb()
setPb
public void setPb(int Pb)
getAlgorithm
public int getAlgorithm()
setAlgorithm
public void setAlgorithm(int algorithm)
getDictionarySize
public int getDictionarySize()
setDictionarySize
public void setDictionarySize(int dictionarySize)
getMatchFinder
public int getMatchFinder()
setMatchFinder
public void setMatchFinder(int matchFinder)
getNumFastBytes
public int getNumFastBytes()
setNumFastBytes
public void setNumFastBytes(int numFastBytes)
loadProperties
public static void loadProperties(LzmaOutputFilter.LzmaProperties properties)
Copyright © 2012 Oracle Corporation. All Rights Reserved.