|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface URIConverter.Saveable
An interface that is optionally implemented by the output streams returned from
URIConverter.createOutputStream(URI) and URIConverter.createOutputStream(URI, Map).
An output stream implementing this interface is highly unlikely to support write.
Instead saveResource should be called.
| Method Summary | |
|---|---|
void |
saveResource(Resource resource)
Save the contents of the resource directly to the backing store for which the stream implementing this interface is a facade. |
| Method Detail |
|---|
void saveResource(Resource resource)
throws java.io.IOException
resource - the resource to save.
java.io.IOException - if there are any problems saving the resource to 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 | |||||||||