public abstract void write (char[] cbuf, int off, int len) throws IOException

Writes a portion of an array of characters.

Parameters:
cbuf     Array of characters
off     Offset from which to start writing characters
len     Number of characters to write

Exceptions:
IndexOutOfBoundsException     Implementations should throw this exception if off is negative, or len is negative, or off + len is negative or greater than the length of the given array
IOException     If an I/O error occurs