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 Object
IndexWriter.IntIndexStreamer
public IndexWriter.IntIndexStreamer()
writeTo
public IIndexReader.IOne2OneIndex writeTo(File indexFile,
IteratorInt iterator)
throws IOException
- Throws:
IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(File indexFile,
int[] array)
throws IOException
- Throws:
IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(DataOutputStream out,
long position,
IteratorInt iterator)
throws IOException
- Throws:
IOException
writeTo
public IIndexReader.IOne2OneIndex writeTo(DataOutputStream out,
long position,
int[] array)
throws IOException
- Throws:
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()