interface Resource
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 |
---|---|---|
|
abstract boolean |
exists()
|
|
abstract java.io.InputStream |
getInputStream() Return the InputStream for this resource. |