|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.ProMedIndexMaker.ArchiveMaker
private static class ProMedIndexMaker.ArchiveMaker
Field Summary | |
---|---|
(package private) java.text.DateFormat |
format
|
(package private) java.lang.String |
prefix
|
(package private) long |
timestamp
|
private java.io.PrintWriter |
writer
|
Constructor Summary | |
---|---|
ProMedIndexMaker.ArchiveMaker(java.lang.String file)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
done()
If this returns true, the code that is feeding lines to this processor can then stop. |
void |
processLine(java.lang.String line)
Process the line. |
void |
reset()
Resets the processor so it may be used with another document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.PrintWriter writer
java.lang.String prefix
java.text.DateFormat format
long timestamp
Constructor Detail |
---|
public ProMedIndexMaker.ArchiveMaker(java.lang.String file) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void processLine(java.lang.String line)
DocumentProcessor
processLine
in interface DocumentProcessor
line
- the line to processpublic boolean done()
DocumentProcessor
done
in interface DocumentProcessor
public void close() throws java.io.IOException
java.io.IOException
public void reset()
DocumentProcessor
reset
in interface DocumentProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |