类 ProgressInputStream
java.lang.Object
java.io.InputStream
com.ksptooi.uac.commons.stream.ProgressInputStream
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
构造器详细资料
-
ProgressInputStream
-
-
方法详细资料
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
skip
- 覆盖:
skip在类中InputStream- 抛出:
IOException
-
available
- 覆盖:
available在类中InputStream- 抛出:
IOException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream- 抛出:
IOException
-
mark
public void mark(int readlimit) - 覆盖:
mark在类中InputStream
-
reset
- 覆盖:
reset在类中InputStream- 抛出:
IOException
-
markSupported
public boolean markSupported()- 覆盖:
markSupported在类中InputStream
-