An output stream that is wrapped around a byte output stream, so that values may be written to the stream as bytes.
Constructs the data output stream so it will write to the given stream.
Delegates writing to the underlying stream.
Writes a value of type T to the stream. If writing fails for whatever reason, a StreamException is thrown.
See Implementation
An output stream that is wrapped around a byte output stream, so that values may be written to the stream as bytes.