Class InputStreamAdapter
java.lang.Object
java.io.InputStream
org.jboss.resteasy.client.jaxrs.engines.vertx.InputStreamAdapter
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionInputStreamAdapter
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream) InputStreamAdapter
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, long maxPendingSize) -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
Constructor Details
-
InputStreamAdapter
public InputStreamAdapter(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream) -
InputStreamAdapter
public InputStreamAdapter(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, long maxPendingSize)
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-