org.apache.lucene.util
Interface FileSorter.Output

All Known Implementing Classes:
FileSorter.FileOutput
Enclosing class:
FileSorter

public static interface FileSorter.Output

Advanced API interface for writing lines from the sorter


Method Summary
 void close()
           
 void writeLine(String line)
           
 

Method Detail

writeLine

void writeLine(String line)
               throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException