pl.edu.pjwstk.yaod.store.defaultstore.newblocks
Class BlockSection
java.lang.Object
|
+--pl.edu.pjwstk.yaod.store.defaultstore.newblocks.BlockSection
- public class BlockSection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockSection
public BlockSection(BlockSection parentSection,
short start,
short size)
throws SectionBoundsException
BlockSection
public BlockSection(byte[] data)
isSuperSection
public boolean isSuperSection()
getSize
public short getSize()
setStart
public void setStart(short start)
throws SectionBoundsException
getStart
public short getStart()
getEnd
public short getEnd()
setSize
public void setSize(short size)
throws SectionBoundsException
getBytes
public byte[] getBytes()
put
public void put(byte[] buf,
int offset)
throws SectionBoundsException
get
public byte[] get(short offset,
short length)
throws SectionBoundsException
move
public void move(short start,
short val,
short len)
getShort
public short getShort(short offset)
throws SectionBoundsException
putShort
public void putShort(short offset,
short value)
throws SectionBoundsException
putStruct
public void putStruct(java.lang.Object obj,
int offset)
throws SectionBoundsException
getStruct
public void getStruct(java.lang.Object obj,
int offset)
throws SectionBoundsException