类 FdfsInputStream
java.lang.Object
java.io.InputStream
com.github.tobato.fastdfs.domain.proto.storage.FdfsInputStream
- 所有已实现的接口:
Closeable,AutoCloseable
FdfsInputStream包装类
- 作者:
- tobato
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
构造器详细资料
-
FdfsInputStream
-
-
方法详细资料
-
read
- 指定者:
read在类中InputStream- 抛出:
IOException
-
read
- 覆盖:
read在类中InputStream- 抛出:
IOException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中InputStream- 抛出:
IOException
-
isReadCompleted
public boolean isReadCompleted()是否已完成读取- 返回:
-