类 InterruptableInputStream
java.lang.Object
java.io.InputStream
cn.warpin.thirdPart.huawei.obs.obs.services.internal.io.InterruptableInputStream
- 所有已实现的接口:
InputStreamWrapper,Closeable,AutoCloseable
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
字段详细资料
-
log
-
inputStream
-
interrupted
private boolean interrupted
-
-
构造器详细资料
-
InterruptableInputStream
-
-
方法详细资料
-
doInterrupted
- 抛出:
IOException
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
available
- 覆盖:
available在类中InputStream- 抛出:
IOException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream- 抛出:
IOException
-
getWrappedInputStream
- 指定者:
getWrappedInputStream在接口中InputStreamWrapper
-
interrupt
public void interrupt()
-