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 Readerdestbuf - 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 Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.