|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
org.apache.avalon.excalibur.monitor.ResourceOutputStream
Managed Stream. This is convenient when you want to dynamically set and get the information from the resource. For instance, the Resource does not need to be actively monitored if all access to the resource goes through this type of Resource. It can notify the change as soon as the Writer or OutputStream has been closed.
Field Summary |
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
ResourceOutputStream(java.io.OutputStream out,
StreamResource resource)
Set up the ResourceOutputStream. |
Method Summary | |
void |
close()
Override the close method so that we can be notified when the update is complete. |
Methods inherited from class java.io.FilterOutputStream |
flush, write, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceOutputStream(java.io.OutputStream out, StreamResource resource)
Method Detail |
public final void close() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |