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