java.lang.Object
java.io.Reader
com.maroontress.clione.impl.AbstractReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Direct Known Subclasses:
UnifiedNewlineReader
An abstract
Reader
with the only one abstract method that is
Reader.read()
.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.Reader
close, mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
Constructor Details
-
AbstractReader
public AbstractReader()
-
-
Method Details
-
read
- Specified by:
read
in classReader
- Throws:
IOException
-