net.sourceforge.neurosdbm.db
Class NullRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.MDBRecord
      extended bynet.sourceforge.neurosdbm.db.NullRecord

public class NullRecord
extends MDBRecord


Field Summary
 
Fields inherited from class net.sourceforge.neurosdbm.db.MDBRecord
accessKeyArrayList, deleted, extraInfoArrayList, key, primary
 
Constructor Summary
NullRecord(int key)
           
 
Method Summary
(package private)  void generatePointers()
           
 java.lang.String toString()
           
(package private)  void write(NIOFile file)
          This function writes this record to the end of of the passed in NIOFile.
 
Methods inherited from class net.sourceforge.neurosdbm.db.MDBRecord
getCountedLength, getKey, getPrimary, getRecordLength, invalidateRecordLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullRecord

public NullRecord(int key)
           throws DatabaseCorruptException
Method Detail

generatePointers

void generatePointers()
Specified by:
generatePointers in class MDBRecord

write

void write(NIOFile file)
     throws java.io.IOException
Description copied from class: MDBRecord
This function writes this record to the end of of the passed in NIOFile.

Overrides:
write in class MDBRecord
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class MDBRecord


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.