Class jxlatte.HybridIntegerConfig

java.lang.Object
gov.nih.mipav.model.file.jxlatte.HybridIntegerConfig
Enclosing class:
jxlatte

public class jxlatte.HybridIntegerConfig extends Object
  • Field Details

    • splitExponent

      public final int splitExponent
    • msbInToken

      public final int msbInToken
    • lsbInToken

      public final int lsbInToken
  • Constructor Details

    • HybridIntegerConfig

      public HybridIntegerConfig(int splitExponent, int msbInToken, int lsbInToken)
    • HybridIntegerConfig

      public HybridIntegerConfig(jxlatte.Bitreader reader, int logAlphabetSize) throws IOException
      Throws:
      IOException
  • Method Details