|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputstreamFactory
Method Summary | |
---|---|
void |
closeOutputstream(java.io.OutputStream os)
Closes an output stream. |
void |
closeOutputstream(java.io.Writer os)
Closes an output stream. |
void |
endSession()
Ends a session of subsequent output stream creations. |
java.io.OutputStream |
getOutputstream(java.lang.String name)
Returns a new output stream for writing. |
void |
removeStreamSource(java.lang.String name)
Removes the object behind a stream. |
void |
startSession()
Starts a session of subsequent output stream creations. |
Method Detail |
---|
void startSession()
void endSession()
java.io.OutputStream getOutputstream(java.lang.String name) throws java.lang.Exception
java.lang.Exception
void closeOutputstream(java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
void closeOutputstream(java.io.Writer os) throws java.lang.Exception
java.lang.Exception
void removeStreamSource(java.lang.String name) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |