public class TypeHeader extends ChunkHeader
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_ENTRY |
| Constructor and Description |
|---|
TypeHeader(int chunkType,
int headerSize,
long chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
ResTableConfig |
getConfig() |
long |
getEntriesStart() |
long |
getEntryCount() |
short |
getId() |
short |
getRes0() |
int |
getRes1() |
void |
setConfig(ResTableConfig config) |
void |
setEntriesStart(long entriesStart) |
void |
setEntryCount(long entryCount) |
void |
setId(short id) |
void |
setRes0(short res0) |
void |
setRes1(int res1) |
getBodySize, getChunkSize, getChunkType, getHeaderSize, setChunkSize, setChunkType, setHeaderSizepublic static final long NO_ENTRY
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)
public long getEntriesStart()
public void setEntriesStart(long entriesStart)
public ResTableConfig getConfig()
public void setConfig(ResTableConfig config)