org.openmobileis.database.fastobjectdb.db.index
Class FODBIndexHeader
java.lang.Object
org.openmobileis.database.fastobjectdb.db.index.FODBIndexHeader
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class FODBIndexHeader
- extends java.lang.Object
- implements java.io.Externalizable
Header of Btree Page stored in file.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pos
public long pos
rootPtr
public long rootPtr
descriptor
public FODBIndexDescriptor descriptor
FODBIndexHeader
public FODBIndexHeader()
FODBIndexHeader
public FODBIndexHeader(FODBIndexDescriptor descriptor)
getName
public java.lang.String getName()
getMemberName
public java.lang.String getMemberName()
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright 2006 OpenMobileIS. All Rights Reserved.