|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.infinityloop.util.inout.FileOutputstreamFactory
public class FileOutputstreamFactory
***** INTERNAL - DO NOT USE *****
Constructor Summary | |
---|---|
FileOutputstreamFactory()
|
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 an 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOutputstreamFactory()
Method Detail |
---|
public void startSession()
startSession
in interface OutputstreamFactory
public void endSession()
endSession
in interface OutputstreamFactory
public java.io.OutputStream getOutputstream(java.lang.String name) throws java.lang.Exception
getOutputstream
in interface OutputstreamFactory
java.lang.Exception
public void closeOutputstream(java.io.OutputStream os) throws java.lang.Exception
closeOutputstream
in interface OutputstreamFactory
java.lang.Exception
public void closeOutputstream(java.io.Writer os) throws java.lang.Exception
closeOutputstream
in interface OutputstreamFactory
java.lang.Exception
public void removeStreamSource(java.lang.String name) throws java.lang.Exception
removeStreamSource
in interface OutputstreamFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |