- buffer
- the non-null array containing characters to write.
- offset
- the index of the first character in buf to write.
- len
- maximum number of characters to write.
Type Reason Java.Lang.IndexOutOfBoundsException if offset or len , or if offset + len is bigger than the size of c.
Writes count characters starting at offset in c to this writer.