net.sourceforge.neurosdbm.db
Class SAIRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.SAIRecord

public class SAIRecord
extends java.lang.Object


Field Summary
private  int key
           
private  MDB mdb
           
private  int mdbKey
           
private  PAI pai
           
private  int paiKey
           
 
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)
           
 
Method Summary
(package private)  int getMDBKey()
           
(package private)  int getPAIKey()
           
 int getRecordLength()
           
 java.lang.String toString()
           
 void write(NIOFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mdbKey

private int mdbKey

paiKey

private int paiKey

mdb

private MDB mdb

pai

private PAI pai

key

private int key
Constructor Detail

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)
Method Detail

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.