Interface DecoderFactory<T>

    • Field Detail

      • DUMMY_DECODER_FACTORY

        static final DecoderFactory DUMMY_DECODER_FACTORY
        Dummy coder factory.
    • Method Detail

      • create

        DecoderFactory.Decoder<T> create​(java.io.InputStream inputStream)
                                  throws java.io.IOException
        Get a decoder instance.
        Parameters:
        inputStream - the input stream to decode.
        Returns:
        the decoder instance.
        Throws:
        java.io.IOException - if fail to get the instance.