public class SelectInputStream extends FilterInputStream
in| Constructor and Description |
|---|
SelectInputStream(InputStream in,
ProgressListener selectProgressListener,
boolean payloadCrcEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int len) |
void |
setRequestId(String requestId) |
close, mark, markSupported, reset, skippublic SelectInputStream(InputStream in, ProgressListener selectProgressListener, boolean payloadCrcEnabled)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic void setRequestId(String requestId)
Copyright © 2021. All Rights Reserved.