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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_file
public short m_file
m_block
public short m_block
m_type
public byte m_type
DatabaseBlockHeader
public DatabaseBlockHeader()
DatabaseBlockHeader
public DatabaseBlockHeader(short file,
short block,
byte type)
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()