public class LatinEntityResolutionReader extends Reader
Constructor and Description |
---|
LatinEntityResolutionReader(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(char[] destbuf,
int offset,
int length)
Read characters into a portion of an array.
|
public LatinEntityResolutionReader(Reader reader)
public int read(char[] destbuf, int offset, int length) throws IOException
read
in class Reader
destbuf
- Destination bufferoffset
- Offset (in destination buffer) at which to start storing characterslength
- Maximum number of characters to readIOException
- if an I/O error occurs.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.