public void write(char[] cbuf, int off, int len) throws IOException(Code)
Write a portion of an array of characters.
Parameters: cbuf - Array of characters Parameters: off - Offset from which to start writing characters Parameters: len - Number of characters to write throws: IOException - If an I/O error occurs