com.ibm.di.btree
Class DBEmptyBlock

java.lang.Object
  extended by com.ibm.di.btree.DBEmptyBlock
All Implemented Interfaces:
Serializable

public class DBEmptyBlock
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DBEmptyBlock(long offset, int size)
           
 
Method Summary
 long getDBOffset()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBEmptyBlock

public DBEmptyBlock(long offset,
                    int size)
Method Detail

getSize

public int getSize()

getDBOffset

public long getDBOffset()