org.glassfish.grizzly.compression.lzma
Class LZMAEncoder.LZMAProperties

java.lang.Object
  extended by org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
Enclosing class:
LZMAEncoder

public static class LZMAEncoder.LZMAProperties
extends java.lang.Object


Constructor Summary
LZMAEncoder.LZMAProperties()
           
LZMAEncoder.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(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LZMAEncoder.LZMAProperties

public LZMAEncoder.LZMAProperties()

LZMAEncoder.LZMAProperties

public LZMAEncoder.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(LZMAEncoder.LZMAProperties properties)


Copyright © 2011 Oracle Corpration. All Rights Reserved.