Class StreamByteOutput

    • Constructor Detail

      • StreamByteOutput

        public StreamByteOutput​(OutputStream target)
        Creates a new instance built on top of the specified output stream.
        Parameters:
        target - the output stream; null if it's supposed to be lazily initialized and set.