pl.edu.pjwstk.yaod.store.defaultstore.newblocks
Class DatabaseBlockHeader

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.defaultstore.newblocks.DatabaseBlockHeader

public class DatabaseBlockHeader
extends java.lang.Object


Field Summary
 short m_block
           
 short m_file
           
 byte m_type
           
 
Constructor Summary
DatabaseBlockHeader()
           
DatabaseBlockHeader(short file, short block, byte type)
           
 
Method Summary
 short getBlock()
           
 short getFile()
           
 byte getType()
           
 void setData(short file, short block, byte type)
           
static int sizeOf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_file

public short m_file

m_block

public short m_block

m_type

public byte m_type
Constructor Detail

DatabaseBlockHeader

public DatabaseBlockHeader()

DatabaseBlockHeader

public DatabaseBlockHeader(short file,
                           short block,
                           byte type)
Method Detail

setData

public void setData(short file,
                    short block,
                    byte type)

getFile

public short getFile()

getBlock

public short getBlock()

getType

public byte getType()

sizeOf

public static int sizeOf()