public class SdkFilterInputStream extends FilterInputStream
FilterInputStream.in| 构造器和说明 |
|---|
SdkFilterInputStream(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
abort() |
protected void |
abortIfNeeded()
Aborts the inputstream operation if thread is interrupted.
|
int |
available() |
void |
close() |
InputStream |
getDelegateStream() |
boolean |
isAborted() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
release() |
void |
reset() |
long |
skip(long n) |
readpublic SdkFilterInputStream(InputStream in)
public InputStream getDelegateStream()
protected final void abortIfNeeded()
ClientException - with ClientErrorCode INPUTSTREAM_READING_ABORTED if thread aborted.public void abort()
public boolean isAborted()
public int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 FilterInputStreamIOExceptionpublic int available()
throws IOException
available 在类中 FilterInputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 FilterInputStreamIOExceptionpublic void mark(int readlimit)
mark 在类中 FilterInputStreampublic void reset()
throws IOException
reset 在类中 FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 FilterInputStreampublic void release()
Copyright © 2020. All Rights Reserved.