Class IntDecoderFactory

    • Method Detail

      • of

        public static IntDecoderFactory of()
        Static initializer of the coder.
        Returns:
        the initializer.
      • create

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

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