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 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

      public int read() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      read in class InputStream
      Throws:
      IOException
    • read

      public int read(byte[] b, int off, int len) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      read in class InputStream
      Throws:
      IOException