-
- 所有超级接口:
Supplier<InputStream>
public interface InputSupplier extends Supplier<InputStream>
InputStream Supplier
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 InputStreamget()Return a input stream for read.
-
-
-
方法详细资料
-
get
InputStream get()
Return a input stream for read. Implementations should return a new, reproducible InputStream instance, when each time call this method.- 指定者:
get在接口中Supplier<InputStream>
-
-