Class InputStreamAdapter
java.lang.Object
java.io.InputStream
org.jboss.resteasy.client.jaxrs.engines.vertx.InputStreamAdapter
- All Implemented Interfaces:
Closeable
,AutoCloseable
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class InputStreamAdapter
extends InputStream
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
-
Constructor Summary
ConstructorsConstructorDescriptionInputStreamAdapter
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream) Deprecated, for removal: This API element is subject to removal in a future version.InputStreamAdapter
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, long maxPendingSize) Deprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated, for removal: This API element is subject to removal in a future version. -
InputStreamAdapter
public InputStreamAdapter(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, long maxPendingSize) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
read
in classInputStream
- Throws:
IOException
-