|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.reader.local.MuscatineJournalIndexMaker.ArchiveMaker
private static class MuscatineJournalIndexMaker.ArchiveMaker
Field Summary | |
---|---|
long |
timeStamp
|
private java.io.PrintWriter |
writer
|
Constructor Summary | |
---|---|
MuscatineJournalIndexMaker.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
public long timeStamp
Constructor Detail |
---|
public MuscatineJournalIndexMaker.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 |