|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResourceLocator provides an interface for the readers and writers to get i9nput and output streams relative to a type.
Method Summary | |
InputStream |
getInputStream(Type type,
String key)
Get the required stream based on type and resource identifier. |
OutputStream |
getOutputStream(Type type,
String key)
Get the required stream based on type and resource identifier. |
Method Detail |
public InputStream getInputStream(Type type, String key) throws IOException
type
- The type defintionkey
- The resource identifier
MetaInfoException
- if the stream does not exist or there is a problem obtaining it.
IOException
public OutputStream getOutputStream(Type type, String key) throws IOException
type
- The type defintionkey
- The resource identifier
MetaInfoException
- if there is a problem obtaining it.
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |