Class BinaryArithmeticStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int high
      The high marker.
      protected int low
      The low marker.
      static int MAX_PROBABILITY
      The maximum probability.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAX_PROBABILITY

        public static final int MAX_PROBABILITY
        The maximum probability.
        See Also:
        Constant Field Values
      • low

        protected int low
        The low marker.
      • high

        protected int high
        The high marker.
    • Constructor Detail

      • BinaryArithmeticStream

        public BinaryArithmeticStream()