接口 InputStreamAccess
-
public interface InputStreamAccessContract for building InputStreams, especially in on-demand situations- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 InputStreamaccessInputStream()Get access to the stream.StringgetStreamName()Get the name of the resource backing the stream
-
-
-
方法详细资料
-
getStreamName
String getStreamName()
Get the name of the resource backing the stream- 返回:
- The backing resource name
-
accessInputStream
InputStream accessInputStream()
Get access to the stream. Can be called multiple times, a different stream instance should be returned each time.- 返回:
- The stream
-
-