|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
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.Method Summary | |
---|---|
InputStream
|
getInputStream()
Return the InputStream for this resource. |
Method Detail |
---|
InputStream getInputStream()
Groovy Documentation