|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.parser.index.IndexWriter.IntIndexStreamer
public static class IndexWriter.IntIndexStreamer
| Constructor Summary | |
|---|---|
IndexWriter.IntIndexStreamer()
|
|
| Method Summary | |
|---|---|
int |
get(int index)
|
int[] |
getAll(int[] index)
|
int[] |
getNext(int index,
int length)
|
IteratorInt |
iterator()
|
void |
set(int index,
int value)
|
int |
size()
|
void |
unload()
|
IIndexReader.IOne2OneIndex |
writeTo(DataOutputStream out,
long position,
int[] array)
|
IIndexReader.IOne2OneIndex |
writeTo(DataOutputStream out,
long position,
IteratorInt iterator)
|
IIndexReader.IOne2OneIndex |
writeTo(File indexFile,
int[] array)
|
IIndexReader.IOne2OneIndex |
writeTo(File indexFile,
IteratorInt iterator)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexWriter.IntIndexStreamer()
| Method Detail |
|---|
public IIndexReader.IOne2OneIndex writeTo(File indexFile,
IteratorInt iterator)
throws IOException
IOException
public IIndexReader.IOne2OneIndex writeTo(File indexFile,
int[] array)
throws IOException
IOException
public IIndexReader.IOne2OneIndex writeTo(DataOutputStream out,
long position,
IteratorInt iterator)
throws IOException
IOException
public IIndexReader.IOne2OneIndex writeTo(DataOutputStream out,
long position,
int[] array)
throws IOException
IOExceptionpublic int get(int index)
public int[] getNext(int index,
int length)
public int[] getAll(int[] index)
public void set(int index,
int value)
public void unload()
public int size()
public IteratorInt iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||