Class PipelineOutputStream.PipelineInputStream
java.lang.Object
java.io.InputStream
org.greenrobot.essentials.io.PipelineOutputStream.PipelineInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
PipelineOutputStream
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Constructor Details
-
PipelineInputStream
protected PipelineInputStream()
-
-
Method Details
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-