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 |
type
public int type
order
public int order
keyLen
public int keyLen
incTabSize
public int incTabSize
pos
public long pos
rootPtr
public long rootPtr
FODBIndexHeader
public FODBIndexHeader()
FODBIndexHeader
public FODBIndexHeader(java.lang.String iName,
java.lang.String mName)
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 2005 e-Care. All Rights Reserved.