Class Decoder


  • public class Decoder
    extends java.lang.Object
    • Constructor Detail

      • Decoder

        public Decoder()
    • Method Detail

      • SetStream

        public final void SetStream​(java.io.InputStream stream)
      • ReleaseStream

        public final void ReleaseStream()
      • Init

        public final void Init()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • DecodeDirectBits

        public final int DecodeDirectBits​(int numTotalBits)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • DecodeBit

        public int DecodeBit​(short[] probs,
                             int index)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • InitBitModels

        public static void InitBitModels​(short[] probs)