FilterReader.read

FilterReader.read

Class Overview | Class Members | This Package | All Packages

Syntax 1
public int read() throws IOException
Description
Read a single character.

Exceptions
IOException If an I/O error occurs
Overrides
read in class Reader



Syntax 2
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