public class BufferedLineReader extends BufferedReader
Constructor and Description |
---|
BufferedLineReader(Reader in) |
BufferedLineReader(Reader in,
int sz) |
Modifier and Type | Method and Description |
---|---|
long |
skipLines(long n)
Skips lines.
|
public BufferedLineReader(Reader in, int sz)
public BufferedLineReader(Reader in)
public long skipLines(long n) throws IOException
n
- The number of lines to skipIllegalArgumentException
- If n
is negative.IOException
- If an I/O error occursCopyright © 2016–2021. All rights reserved.