final public void write(char[] buf, int off, int len) throws IOException(Code)
Writes characters to the stream.
Parameters: buf - character buffer Parameters: off - starting offset into the buffer Parameters: len - length of valid bytes in the buffer.
Writes characters to the stream.
Parameters: s - string Parameters: off - starting offset into the buffer Parameters: len - length of valid bytes in the buffer.