接口 JarResource
- 所有已知实现类:
JarEntryResource
- 从以下版本开始:
- 2.1.6
- 作者:
- TODAY
2019-05-15 16:58
-
字段概要
从接口继承的字段 cn.taketoday.core.io.Resource
EMPTY_ARRAY -
方法概要
修饰符和类型方法说明default JarFileReturn anOutputStreamfor the underlying resource, allowing to (over-)write its content.从接口继承的方法 java.lang.AutoCloseable
close从接口继承的方法 cn.taketoday.core.io.InputStreamSource
getInputStream, getReader, getReader, readableChannel从接口继承的方法 cn.taketoday.core.io.OutputStreamSource
getWriter, writableChannel从接口继承的方法 cn.taketoday.core.io.Resource
contentLength, createRelative, exists, getFile, getName, getURI, getURL, isDirectory, isFile, isOpen, isReadable, lastModified, list, list, toString从接口继承的方法 cn.taketoday.core.io.WritableResource
isWritable
-
方法详细资料
-
getOutputStream
从接口复制的说明:OutputStreamSourceReturn anOutputStreamfor the underlying resource, allowing to (over-)write its content.- 指定者:
getOutputStream在接口中OutputStreamSource- 抛出:
IOException- if the stream could not be opened
-
getJarFile
- 抛出:
IOException
-