org.eclipse.mat.parser.index
Class IndexWriter.LongArray1NWriter

java.lang.Object
  extended by org.eclipse.mat.parser.index.IndexWriter.LongArray1NWriter
Enclosing class:
IndexWriter

public static class IndexWriter.LongArray1NWriter
extends Object


Constructor Summary
IndexWriter.LongArray1NWriter(int size, File indexFile)
           
 
Method Summary
 void cancel()
           
 void flush()
           
 File getIndexFile()
           
 void log(int index, long[] values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriter.LongArray1NWriter

public IndexWriter.LongArray1NWriter(int size,
                                     File indexFile)
                              throws IOException
Throws:
IOException
Method Detail

log

public void log(int index,
                long[] values)
         throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

cancel

public void cancel()

getIndexFile

public File getIndexFile()