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, skippublic SelectInputStream(InputStream in, ProgressListener selectProgressListener, boolean payloadCrcEnabled)
public int read()
         throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b)
         throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] buf,
       int off,
       int len)
         throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int available()
              throws IOException
available 在类中 FilterInputStreamIOExceptionpublic void setRequestId(String requestId)
Copyright © 2019. All Rights Reserved.