|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamFactory
Interface for output handling (single file, multiple files, ...)
Method Summary | |
---|---|
void |
closeAllStreams()
Close (and forget) all streams the factory has opened. |
PrintStream |
openStream(String label)
Retrieve a print stream for output using the given label. |
Method Detail |
---|
PrintStream openStream(String label) throws IOException
label
- Output label.
IOException
- on IO errorvoid closeAllStreams()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |