Output stream implementation that wraps around a primitive output stream.
Constructs the output stream wrapper with a reference to a primitive output stream.
Writes up to buffer.length elements to the wrapped output stream.
See Implementation
Output stream implementation that wraps around a primitive output stream.