Package net.bluemind.core.rest.utils
Class ReadInputStream
java.lang.Object
java.io.InputStream
net.bluemind.core.rest.utils.ReadInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReadInputStream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream) -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
exception
-
-
Constructor Details
-
ReadInputStream
public ReadInputStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream)
-
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
beforeRead
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-