java.lang.Object
java.io.Reader
java.io.BufferedReader
com.aoapps.hodgepodge.io.SkipLinesReader
- All Implemented Interfaces:
NoClose
,Closeable
,AutoCloseable
,Readable
Skips the specified number of lines at the beginning of a reader.
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.BufferedReader
close, lines, mark, markSupported, read, read, readLine, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
SkipLinesReader
- Throws:
IOException
-
-
Method Details