net.sourceforge.neurosdbm.db
Class SAIRecord
java.lang.Object
net.sourceforge.neurosdbm.db.SAIRecord
- public class SAIRecord
- extends java.lang.Object
Constructor Summary |
SAIRecord(int key,
java.nio.ByteBuffer bytes,
int wordOffset,
MDB mdb,
PAI pai)
|
SAIRecord(int key,
int mdbKey,
int paiKey,
MDB mdb,
PAI pai)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mdbKey
private int mdbKey
paiKey
private int paiKey
mdb
private MDB mdb
pai
private PAI pai
key
private int key
SAIRecord
public SAIRecord(int key,
java.nio.ByteBuffer bytes,
int wordOffset,
MDB mdb,
PAI pai)
SAIRecord
public SAIRecord(int key,
int mdbKey,
int paiKey,
MDB mdb,
PAI pai)
getMDBKey
int getMDBKey()
getPAIKey
int getPAIKey()
write
public void write(NIOFile file)
throws java.io.IOException
- Throws:
java.io.IOException
getRecordLength
public int getRecordLength()
toString
public java.lang.String toString()
Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.