toResource
使用 Path 直接构建一个 FilePathResource
对文件存在性的校验和错误报告可能不会立即报告,而是被推迟到真正读取数据时, 参考 SourceResource.source 的可能异常。
Since
4.8.0
See also
通过提供的 ByteArray 直接构建一个 Resource。
Return
Resource object representing the ByteArray data.
Converts a File to a FileResource. charset 会作为需要使用编码参数的方法的默认编码。 默认使用 JvmStringReadableResource.DEFAULT_CHARSET。
Return
The converted FileResource.
Converts the given Path to a PathResource with the specified options.
Return
the PathResource representing the converted path
Parameters
读取内容如果需要 Charset 信息时的默认值
the options to use for opening the resource (vararg)
Converts the current URL to a URIResource.
使用 URL 构建的 URIResource 在使用 URIResource.string 或 URIResource.inputStream 时应当不会再产生 IllegalArgumentException 或 MalformedURLException 了,因为 URL 已经初始化好了。 取而代之的是 URL.toResource 可能会产生 URISyntaxException, 因为需要使用 URL.toURI。
Return
The converted URIResource.
Parameters
需要使用编码格式时的默认编码值,默认为 JvmStringReadableResource.DEFAULT_CHARSET。
Throws
Converts the current URI to a URIResource.
Return
The converted URIResource.
Parameters
需要使用编码格式时的默认编码值,默认为 JvmStringReadableResource.DEFAULT_CHARSET。