Package jline.lib.m3a
Class M3aCompressOptions
-
- All Implemented Interfaces:
public final class M3aCompressOptionsOptions for M3A compression
-
-
Constructor Summary
Constructors Constructor Description M3aCompressOptions(M3aCompressMethod method, Integer numStates, Boolean verbose)
-
Method Summary
Modifier and Type Method Description final M3aCompressMethodgetMethod()Compression method to use final IntegergetNumStates()Number of states in the compressed representation final BooleangetVerbose()Verbose output flag -
-
Constructor Detail
-
M3aCompressOptions
M3aCompressOptions(M3aCompressMethod method, Integer numStates, Boolean verbose)
-
-
Method Detail
-
getMethod
final M3aCompressMethod getMethod()
Compression method to use
-
getNumStates
final Integer getNumStates()
Number of states in the compressed representation
-
getVerbose
final Boolean getVerbose()
Verbose output flag
-
-
-
-