PipedWriter.write
Class Overview | Class Members |
This Package |
All Packages
public void write( char cbuf[],
int off,
int len ) throws IOException
Parameters
- cbuf
- Array of characters
- off
- Offset from which to start writing characters
- len
- Number of characters to write
Description
Write a portion of an array of characters.
Exceptions
IOException
If an I/O error occurs
Overrides
write in class Writer