Class BaseNCodecOutputStream.AbstractBuilder<T,​C extends BaseNCodec,​B extends BaseNCodecOutputStream.AbstractBuilder<T,​C,​B>>

    • Constructor Detail

    • Method Detail

      • getOutputStream

        protected java.io.OutputStream getOutputStream()
        Gets the input stream.
        Returns:
        the input stream.
      • setOutputStream

        public B setOutputStream​(java.io.OutputStream outputStream)
        Sets the input stream.
        Parameters:
        outputStream - the input stream.
        Returns:
        this instance.