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

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

public class DataBlockSectionHeader
extends java.lang.Object


Field Summary
 short m_dataSectEnd
           
 short m_dataSectStart
           
 short m_freeSectEnd
           
 short m_freeSectStart
           
 short m_slotSectEnd
           
 short m_slotSectStart
           
 
Constructor Summary
DataBlockSectionHeader()
           
DataBlockSectionHeader(short slotSectStart, short slotSectEnd, short freeSectStart, short freeSectEnd, short dataSectStart, short dataSectEnd)
           
 
Method Summary
 void setData(short slotSectStart, short slotSectEnd, short freeSectStart, short freeSectEnd, short dataSectStart, short dataSectEnd)
           
static int sizeOf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_slotSectStart

public short m_slotSectStart

m_slotSectEnd

public short m_slotSectEnd

m_freeSectStart

public short m_freeSectStart

m_freeSectEnd

public short m_freeSectEnd

m_dataSectStart

public short m_dataSectStart

m_dataSectEnd

public short m_dataSectEnd
Constructor Detail

DataBlockSectionHeader

public DataBlockSectionHeader()

DataBlockSectionHeader

public DataBlockSectionHeader(short slotSectStart,
                              short slotSectEnd,
                              short freeSectStart,
                              short freeSectEnd,
                              short dataSectStart,
                              short dataSectEnd)
Method Detail

setData

public void setData(short slotSectStart,
                    short slotSectEnd,
                    short freeSectStart,
                    short freeSectEnd,
                    short dataSectStart,
                    short dataSectEnd)

sizeOf

public static int sizeOf()