public class TypeHeader extends ChunkHeader
| 限定符和类型 | 字段和说明 |
|---|---|
static long |
NO_ENTRY |
| 构造器和说明 |
|---|
TypeHeader(int headerSize,
long chunkSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResTableConfig |
getConfig() |
int |
getEntriesStart() |
int |
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 int getEntryCount()
public void setEntryCount(long entryCount)
public int getEntriesStart()
public void setEntriesStart(long entriesStart)
public ResTableConfig getConfig()
public void setConfig(ResTableConfig config)
Copyright © 2019. All rights reserved.