|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputStreamResource
An object that implements this interface is a resource that can be written to an OutputStream.
| Method Summary | |
|---|---|
void |
writeTo(OutputStream os)
Writes a resource to an OutputStream. |
| Method Detail |
|---|
void writeTo(OutputStream os)
throws IOException
os - the OutputStream to which the XML is written.
IOException - usual exception when there's a problem writing to an OutputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||