org.apache.mahout.utils.vectors.io
Interface TermInfoWriter

All Known Implementing Classes:
JWriterTermInfoWriter

public interface TermInfoWriter


Method Summary
 void close()
           
 void write(TermInfo ti)
           
 

Method Detail

write

void write(TermInfo ti)
           throws java.io.IOException
Throws:
java.io.IOException

close

void close()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.