java.lang.Object
java.io.InputStream
org.hsqldb.lib.ReaderInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
This class is an part implementation of DataInput. It wraps a Reader object.
- Since:
- 1.9.0
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ReaderInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-