Package lzma.sdk.lzma

Class Decoder.LiteralDecoder.Decoder2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short[] m_Decoders  
    • Constructor Summary

      Constructors 
      Constructor Description
      Decoder2()  
    • Field Detail

      • m_Decoders

        final short[] m_Decoders
    • Constructor Detail

      • Decoder2

        Decoder2()
    • Method Detail

      • init

        public void init()
      • decodeNormal

        public byte decodeNormal​(Decoder rangeDecoder)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • decodeWithMatchByte

        public byte decodeWithMatchByte​(Decoder rangeDecoder,
                                        byte matchByte)
                                 throws java.io.IOException
        Throws:
        java.io.IOException