public class ReadInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description | 
|---|---|
java.util.concurrent.atomic.AtomicReference<java.io.IOException> | 
exception  | 
| Constructor and Description | 
|---|
ReadInputStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
available()  | 
protected void | 
beforeRead(int bytesToRead)  | 
void | 
close()  | 
int | 
read()  | 
int | 
read(byte[] b)  | 
int | 
read(byte[] arr,
    int off,
    int len)  | 
public final java.util.concurrent.atomic.AtomicReference<java.io.IOException> exception
public ReadInputStream(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> inputStream)
public int read(byte[] b)
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] arr,
                int off,
                int len)
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionprotected void beforeRead(int bytesToRead)
                   throws java.io.IOException
java.io.IOExceptionpublic int read()
         throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
           throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int available()
              throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionCopyright © 2023. All Rights Reserved.