In contrast to other Resource implementations, this is a descriptor for an already opened resource - therefore returning "true" from isOpen()
. Do not use it if you need to keep the resource descriptor somewhere, or if you need to read a stream multiple times.
@author Juergen Hoeller
@since 28.12.2003
@see ByteArrayResource
@see ClassPathResource
@see FileSystemResource
@see UrlResource
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|