Defines the interface for objects that represent a resource (e.g. a file) and provide access to its InputStream.
The design of this (resource) framework is heavily influenced by the Resource classes within The Spring Framework. This is an internal class and its API is subject to change.Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
exists() @return true only if this resource exists and is accessible |
|
InputStream |
getInputStream() Return the InputStream for this resource. |
Return the InputStream for this resource.