public class SelectInputStream extends FilterInputStream
in| 构造器和说明 |
|---|
SelectInputStream(InputStream in,
ProgressListener selectProgressListener,
boolean payloadCrcEnabled) |
public 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 在类中 FilterInputStreamIOExceptionCopyright © 2019. All Rights Reserved.