public class LzmaProfile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LzmaProfile[] |
LZMA_COMPRESSION_PROFILE
Map LZMA compression parameters into the standard 0-9 compression levels.
|
| Constructor and Description |
|---|
LzmaProfile(int dictionarySize,
int fastBytes,
int matchFinder) |
LzmaProfile(int dictionarySize,
int fastBytes,
int matchFinder,
int lc,
int lp,
int pb) |
| Modifier and Type | Method and Description |
|---|---|
static LzmaProfile |
fromCompressionLevel(int compressionLevel) |
int |
getDictionarySize() |
int |
getFastBytes() |
int |
getLc() |
int |
getLp() |
int |
getMatchFinder() |
int |
getPb() |
static long |
memoryRequiredForLzma(int compressionLevel) |
static long |
memoryRequiredForLzma(LzmaProfile profile) |
public static LzmaProfile[] LZMA_COMPRESSION_PROFILE
public LzmaProfile(int dictionarySize,
int fastBytes,
int matchFinder)
public LzmaProfile(int dictionarySize,
int fastBytes,
int matchFinder,
int lc,
int lp,
int pb)
public static LzmaProfile fromCompressionLevel(int compressionLevel)
public static long memoryRequiredForLzma(int compressionLevel)
public static long memoryRequiredForLzma(LzmaProfile profile)
public int getDictionarySize()
public int getFastBytes()
public int getMatchFinder()
public int getLc()
public int getLp()
public int getPb()