Class DataReaderInputStream
java.lang.Object
java.io.InputStream
cool.scx.io.DataReaderInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionDataReaderInputStream(DataSupplier dataSupplier) DataReaderInputStream(PowerfulLinkedDataReader dataReader) -
Method Summary
Modifier and TypeMethodDescriptionintread()intread(byte[] b, int off, int len) longtransferTo(OutputStream out) Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes
-
Constructor Details
-
DataReaderInputStream
-
DataReaderInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
transferTo
- Overrides:
transferToin classInputStream- Throws:
IOException
-