public class IntegerIndexFile
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
IntegerIndexFile(VfsFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
VfsFile |
getFile() |
int |
indexForKey(int key) |
int |
keyForIndex(int index) |
long |
offsetForIndex(int index) |
long |
offsetForKey(int key) |
void |
open() |
int |
size() |
public IntegerIndexFile(VfsFile file)
public void open()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic VfsFile getFile()
public long offsetForKey(int key)
throws java.io.IOException
java.io.IOExceptionpublic int indexForKey(int key)
throws java.io.IOException
java.io.IOExceptionpublic long offsetForIndex(int index)
throws java.io.IOException
java.io.IOExceptionpublic int keyForIndex(int index)
public int size()