public class SelectInputStream extends FilterInputStream
in
构造器和说明 |
---|
SelectInputStream(InputStream in,
ProgressListener selectProgressListener,
boolean payloadCrcEnabled) |
限定符和类型 | 方法和说明 |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int len) |
void |
setRequestId(String requestId) |
close, mark, markSupported, reset, skip
public SelectInputStream(InputStream in, ProgressListener selectProgressListener, boolean payloadCrcEnabled)
public int read() throws IOException
read
在类中 FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
在类中 FilterInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
在类中 FilterInputStream
IOException
public int available() throws IOException
available
在类中 FilterInputStream
IOException
public void setRequestId(String requestId)
Copyright © 2019. All Rights Reserved.