com.sun.grizzly.tcp.http11.filters
Class LzmaOutputFilter.LzmaProperties

java.lang.Object
  extended by com.sun.grizzly.tcp.http11.filters.LzmaOutputFilter.LzmaProperties
Enclosing class:
LzmaOutputFilter

public static class LzmaOutputFilter.LzmaProperties
extends Object


Constructor Summary
LzmaOutputFilter.LzmaProperties()
           
LzmaOutputFilter.LzmaProperties(int algorithm, int dictionarySize, int numFastBytes, int matchFinder, int lc, int lp, int pb)
           
 
Method Summary
 int getAlgorithm()
           
 int getDictionarySize()
           
 int getLc()
           
 int getLp()
           
 int getMatchFinder()
           
 int getNumFastBytes()
           
 int getPb()
           
static void loadProperties(LzmaOutputFilter.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LzmaOutputFilter.LzmaProperties

public LzmaOutputFilter.LzmaProperties()

LzmaOutputFilter.LzmaProperties

public LzmaOutputFilter.LzmaProperties(int algorithm,
                                       int dictionarySize,
                                       int numFastBytes,
                                       int matchFinder,
                                       int lc,
                                       int lp,
                                       int pb)
Method Detail

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.