java.lang.Object
java.io.InputStream
org.refcodes.io.BytesReceiver.ReceiverInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing interface:
- BytesReceiver
-
Constructor Summary
ConstructorDescriptionReceiverInputStream
(BytesReceiver aBytesReceiver) Uses the providedBytesReceiver
to provideInputStream
functionality. -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ReceiverInputStream
Uses the providedBytesReceiver
to provideInputStream
functionality.- Parameters:
aBytesReceiver
- The receiver to use.
-
-
Method Details
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-