org.eclipse.mat.parser.index
Class IndexWriter.IntIndexStreamer
java.lang.Object
org.eclipse.mat.parser.index.IndexWriter.IntIndexStreamer
- Enclosing class:
- IndexWriter
public static class IndexWriter.IntIndexStreamer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexWriter.IntIndexStreamer
public IndexWriter.IntIndexStreamer()
writeTo
public IIndexReader.IOne2OneIndex writeTo(java.io.File indexFile,
IteratorInt iterator)
throws java.io.IOException
- Throws:
java.io.IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(java.io.File indexFile,
int[] array)
throws java.io.IOException
- Throws:
java.io.IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(java.io.DataOutputStream out,
long position,
IteratorInt iterator)
throws java.io.IOException
- Throws:
java.io.IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(java.io.DataOutputStream out,
long position,
int[] array)
throws java.io.IOException
- Throws:
java.io.IOException
get
public int get(int index)
getNext
public int[] getNext(int index,
int length)
getAll
public int[] getAll(int[] index)
set
public void set(int index,
int value)
unload
public void unload()
size
public int size()
iterator
public IteratorInt iterator()