Class BaseNCodecInputStream.AbstracBuilder<T,​C extends BaseNCodec,​B extends AbstractBaseNCodecStreamBuilder<T,​C,​B>>

    • Constructor Detail

    • Method Detail

      • getInputStream

        protected java.io.InputStream getInputStream()
        Gets the input stream.
        Returns:
        the input stream.
      • setByteArray

        public B setByteArray​(byte[] inputBytes)
        Sets the input bytes.
        Parameters:
        inputBytes - the input bytes.
        Returns:
        this instance.
        Since:
        1.22.0
      • setInputStream

        public B setInputStream​(java.io.InputStream inputStream)
        Sets the input stream.
        Parameters:
        inputStream - the input stream.
        Returns:
        this instance.