pl.edu.pjwstk.yaod.store.defaultstore.blocks
Class DatabaseBlockSectionHeader

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.defaultstore.blocks.DatabaseBlockSectionHeader

public class DatabaseBlockSectionHeader
extends java.lang.Object


Field Summary
 short m_block
           
 short m_file
           
 byte m_type
           
 
Constructor Summary
DatabaseBlockSectionHeader()
           
DatabaseBlockSectionHeader(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

DatabaseBlockSectionHeader

public DatabaseBlockSectionHeader()

DatabaseBlockSectionHeader

public DatabaseBlockSectionHeader(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()