org.sourceforge.beanindex.store.writer
Class IndexNodeRepositoryWriter

java.lang.Object
  extended byorg.sourceforge.beanindex.store.writer.IndexNodeRepositoryWriter

public class IndexNodeRepositoryWriter
extends java.lang.Object


Constructor Summary
IndexNodeRepositoryWriter(java.lang.String path, java.lang.String name)
           
 
Method Summary
 void close()
           
 void writeInvIndexData(int[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexNodeRepositoryWriter

public IndexNodeRepositoryWriter(java.lang.String path,
                                 java.lang.String name)
                          throws java.lang.Exception
Parameters:
path -
name -
Throws:
java.lang.Exception
Method Detail

writeInvIndexData

public void writeInvIndexData(int[] data)
                       throws java.lang.Exception
Parameters:
data -
Throws:
java.lang.Exception

close

public void close()
           throws java.lang.Exception
Throws:
java.lang.Exception