OutputStreamObject

Output stream implementation that wraps around a primitive output stream.

Constructors

this
this(S stream)

Constructs the output stream wrapper with a reference to a primitive output stream.

Members

Functions

closeStream
OptionalStreamError closeStream()
Undocumented in source. Be warned that the author may not have intended to support it.
flushStream
OptionalStreamError flushStream()
Undocumented in source. Be warned that the author may not have intended to support it.
writeToStream
StreamResult writeToStream(E[] buffer)

Writes up to buffer.length elements to the wrapped output stream.

Meta