|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.aq.invertedindex.util.InvertedFileWriter<V>
public class InvertedFileWriter<V extends Value>
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 |
---|
public static final char SEPARATOR
Constructor Detail |
---|
public InvertedFileWriter(java.io.OutputStream out)
public InvertedFileWriter(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void close()
public void write(Record<V> record)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |