类 UrlInputStreamAccess
- java.lang.Object
-
- org.hibernate.boot.archive.internal.UrlInputStreamAccess
-
- 所有已实现的接口:
InputStreamAccess
public class UrlInputStreamAccess extends Object implements InputStreamAccess
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 UrlInputStreamAccess(URL url)
-
-
-
构造器详细资料
-
UrlInputStreamAccess
public UrlInputStreamAccess(URL url)
-
-
方法详细资料
-
getStreamName
public String getStreamName()
从接口复制的说明:InputStreamAccessGet the name of the resource backing the stream- 指定者:
getStreamName在接口中InputStreamAccess- 返回:
- The backing resource name
-
accessInputStream
public InputStream accessInputStream()
从接口复制的说明:InputStreamAccessGet access to the stream. Can be called multiple times, a different stream instance should be returned each time.- 指定者:
accessInputStream在接口中InputStreamAccess- 返回:
- The stream
-
-