write
Writes len number of bytes from buf, starting at index offset.
Parameters
The array of data to write.
The index in buf to start at when writing data.
Throws
If an I/O error occurs, or the stream is closed.
Writes the entire contents of buf.
Parameters
the array of data to write.
Throws
If an I/O error occurs, or the stream is closed.
Writes the specified byte to this stream.
Parameters
the byte to write.
Throws
If an I/O error occurs, or the stream is closed.
Writes len number of bytes from buf, starting at index offset.
Parameters
The array of data to write.
The index in buf to start at when writing data.
Throws
If an I/O error occurs, or the stream is closed.
Writes the entire contents of buf.
Parameters
the array of data to write.
Throws
If an I/O error occurs, or the stream is closed.
Writes len number of bytes from buf, starting at index offset.
Parameters
The array of data to write.
The index in buf to start at when writing data.
Throws
If an I/O error occurs, or the stream is closed.
Writes the entire contents of buf.
Parameters
the array of data to write.
Throws
If an I/O error occurs, or the stream is closed.