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

    • Field Detail

      • outputStream

        private java.io.OutputStream outputStream
    • Constructor Detail

      • AbstractBuilder

        public AbstractBuilder()
        Constructs a new instance.
    • 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.