public class TypeSpecHeader extends ChunkHeader
| Constructor and Description |
|---|
TypeSpecHeader(int chunkType,
int headerSize,
long chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntryCount() |
short |
getId() |
short |
getRes0() |
int |
getRes1() |
void |
setEntryCount(long entryCount) |
void |
setId(short id) |
void |
setRes0(short res0) |
void |
setRes1(int res1) |
getBodySize, getChunkSize, getChunkType, getHeaderSize, setChunkSize, setChunkType, setHeaderSizepublic TypeSpecHeader(int chunkType,
int headerSize,
long chunkSize)
public short getId()
public void setId(short id)
public short getRes0()
public void setRes0(short res0)
public int getRes1()
public void setRes1(int res1)
public long getEntryCount()
public void setEntryCount(long entryCount)