de.aitools.aq.invertedindex.util
Class InvertedFileWriter<V extends Value>

java.lang.Object
  extended by de.aitools.aq.invertedindex.util.InvertedFileWriter<V>

public class InvertedFileWriter<V extends Value>
extends java.lang.Object

Version:
$Id: InvertedFileWriter.java,v 1.4 2011/02/15 10:32:44 hoppe Exp $
Author:
[email protected]

Field Summary
static char SEPARATOR
           
 
Constructor Summary
InvertedFileWriter(java.io.File file)
           
InvertedFileWriter(java.io.OutputStream out)
           
 
Method Summary
 void close()
           
 void write(Record<V> record)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final char SEPARATOR
See Also:
Constant Field Values
Constructor Detail

InvertedFileWriter

public InvertedFileWriter(java.io.OutputStream out)

InvertedFileWriter

public InvertedFileWriter(java.io.File file)
                   throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

close

public void close()

write

public void write(Record<V> record)