|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface URIConverter.Loadable
An interface that is optionally implemented by the input streams returned from
URIConverter.createInputStream(URI) and URIConverter.createInputStream(URI, Map).
An input stream implementing this interface is highly unlikely to support read.
Instead loadResource should be called.
| Method Summary | |
|---|---|
void |
loadResource(Resource resource)
Load the contents of the resource directly from the backing store for which the stream implementing this interface is a facade. |
| Method Detail |
|---|
void loadResource(Resource resource)
throws java.io.IOException
resource - the resource to load.
java.io.IOException - if there are any problems load the resource from the backing store.
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||