public class LineRangeReader extends Reader
String.substring(int, int)).| Constructor and Description |
|---|
LineRangeReader(Reader delegate,
int startLine,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public LineRangeReader(Reader delegate, int startLine, int endLine) throws IOException
IOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2002–2016 CoreMedia AG. All rights reserved.