FilterReader.read
Class Overview | Class Members |
This Package |
All Packages
public int read() throws IOException
Description
Read a single character.
Exceptions
IOException
If an I/O error occurs
Overrides
read in class Reader
public int read( char cbuf[],
int off,
int len ) throws IOException
Description
Read characters into a portion of an array.
Exceptions
IOException
If an I/O error occurs
Overrides
read in class Reader