|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.appl.Displayer
Display a whole TimeIndex to an OutputStream
Constructor Summary | |
Displayer(java.lang.String filename)
Construct a Displayer object, with output to System.out. |
|
Displayer(java.lang.String filename,
java.io.OutputStream out)
Construct a Displayer object. |
Method Summary | |
protected void |
close()
Close |
Displayer |
display(boolean withNLs)
Display the output. |
protected void |
open()
Open |
protected void |
output(boolean withNLs)
Do the output |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Displayer(java.lang.String filename)
public Displayer(java.lang.String filename, java.io.OutputStream out)
Method Detail |
public Displayer display(boolean withNLs) throws java.io.IOException, TimeIndexException
java.io.IOException
TimeIndexException
protected void open() throws TimeIndexException
TimeIndexException
protected void output(boolean withNLs) throws java.io.IOException, TimeIndexException
java.io.IOException
TimeIndexException
protected void close() throws TimeIndexException
TimeIndexException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |