|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileRandomAccess
public class VectorFileRandomAccess
Vector File random access
| Constructor Summary | |
|---|---|
VectorFileRandomAccess(VAFileParams params)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
close()
Closes |
void |
moveTo(long recNum)
Move to the specified record |
void |
open()
Opens |
VectorFileEntry |
read()
Reads an entry |
void |
write(VectorFileEntry entry)
Writes an entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VectorFileRandomAccess(VAFileParams params)
throws Exception
params - Teh VAFile parameters
Exception - An error| Method Detail |
|---|
public void open()
throws Exception
Exception - An error
public void moveTo(long recNum)
throws Exception
recNum - The record number
Exception - An error
public void write(VectorFileEntry entry)
throws Exception
entry - The entry
Exception - An error
public VectorFileEntry read()
throws Exception
Exception - An error
public void close()
throws Exception
Exception - An error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||