org.openmobileis.database.fastobjectdb.db.index
Class FODBIndexTable

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.index.FODBIndexTable
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class FODBIndexTable
extends java.lang.Object
implements java.io.Externalizable

Base table that store index position in collection data file.

See Also:
Serialized Form

Constructor Summary
FODBIndexTable()
           
FODBIndexTable(int tSize)
           
 
Method Summary
 boolean add(long pos)
           
 int allocatedSize()
           
protected  void constructorHelper()
           
 long getPosByPlace(int place)
           
 void readExternal(java.io.ObjectInput in)
           
 int size()
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FODBIndexTable

public FODBIndexTable()

FODBIndexTable

public FODBIndexTable(int tSize)
Method Detail

constructorHelper

protected void constructorHelper()

size

public int size()

allocatedSize

public int allocatedSize()

add

public boolean add(long pos)

getPosByPlace

public long getPosByPlace(int place)

toString

public java.lang.String toString()

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.