final public void write(char[] buf, int offset, int length) throws IOException(Code)
Writes a character array to the writer.
Parameters: buf - the buffer to write. Parameters: off - the offset into the buffer Parameters: len - the number of characters to write