Package org.snpeff.fileIterator
Class NullReader
java.lang.Object
java.io.Reader
org.snpeff.fileIterator.NullReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
A buffered reader for a file. It allows to 'seek' and 'readLine()'
- Author:
- pablocingolani
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
NullReader
public NullReader()
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-