Package org.aoju.bus.core.io.resource
Class FileObjectResource
java.lang.Object
org.aoju.bus.core.io.resource.FileObjectResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取原始的FileObjectgetName()获取资源名,例如文件资源的资源名为文件名获得Reader获得InputStreamgetUrl()获得解析后的URLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aoju.bus.core.io.resource.Resource
isModified, readBytes, readString, writeTo
-
Constructor Details
-
FileObjectResource
-
-
Method Details
-
getFileObject
-
getName
-
getUrl
-
getStream
Description copied from interface:Resource获得InputStream- Specified by:
getStreamin interfaceResource- Returns:
InputStream
-
getReader
Description copied from interface:Resource获得Reader- Specified by:
getReaderin interfaceResource- Parameters:
charset- 编码- Returns:
BufferedReader
-