Package de.labathome.irb
Class IrbHeaderBlock
- java.lang.Object
-
- de.labathome.irb.IrbHeaderBlock
-
public class IrbHeaderBlock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description IrbBlockTypeblockTypeintdword2intdword6intdword7intdword8intframeIndexintheaderOffsetintheaderSizeintimageOffsetintimageSizeintoffsetintsize
-
Constructor Summary
Constructors Constructor Description IrbHeaderBlock(ByteBuffer buf)
-
-
-
Field Detail
-
blockType
public IrbBlockType blockType
-
dword2
public int dword2
-
frameIndex
public int frameIndex
-
offset
public int offset
-
size
public int size
-
dword6
public int dword6
-
dword7
public int dword7
-
dword8
public int dword8
-
headerOffset
public int headerOffset
-
headerSize
public int headerSize
-
imageOffset
public int imageOffset
-
imageSize
public int imageSize
-
-
Constructor Detail
-
IrbHeaderBlock
public IrbHeaderBlock(ByteBuffer buf)
-
-