Class BytesDecoderFactory

    • Method Detail

      • of

        public static BytesDecoderFactory of()
        Static initializer of the decoder.
        Returns:
        the initializer.
      • create

        public DecoderFactory.Decoder<byte[]> create​(java.io.InputStream inputStream)
        Description copied from interface: DecoderFactory
        Get a decoder instance.
        Specified by:
        create in interface DecoderFactory<byte[]>
        Parameters:
        inputStream - the input stream to decode.
        Returns:
        the decoder instance.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object