public LatinEntityResolutionReader(java.io.Reader reader)
Method Detail
read
public int read(char[] destbuf,
int offset,
int length)
throws java.io.IOException
Read characters into a portion of an array. This method will block until some input is available,
an I/O error occurs, or the end of the stream is reached.
Specified by:
read in class java.io.Reader
Parameters:
destbuf - Destination buffer
offset - Offset (in destination buffer) at which to start storing characters
length - Maximum number of characters to read
Returns:
The number of characters read, or -1 if the end of the stream has been reached