| 程序包 | 说明 |
|---|---|
| net.dongliu.apk.parser.struct |
Only for internal implementation!
|
| net.dongliu.apk.parser.struct.resource | |
| net.dongliu.apk.parser.utils |
Only for internal use!
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceValue |
ResourceValue.string(int value,
StringPool stringPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
StringPool |
ResourcePackage.getKeyStringPool() |
StringPool |
Type.getKeyStringPool() |
StringPool |
ResourceTable.getStringPool() |
StringPool |
Type.getStringPool() |
StringPool |
ResourcePackage.getTypeStringPool() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResourcePackage.setKeyStringPool(StringPool keyStringPool) |
void |
Type.setKeyStringPool(StringPool keyStringPool) |
void |
ResourceTable.setStringPool(StringPool stringPool) |
void |
Type.setStringPool(StringPool stringPool) |
void |
ResourcePackage.setTypeStringPool(StringPool typeStringPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
static StringPool |
ParseUtils.readStringPool(ByteBuffer buffer,
StringPoolHeader stringPoolHeader)
read String pool, for apk binary xml file and resource table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ResourceValue |
ParseUtils.readResValue(ByteBuffer buffer,
StringPool stringPool)
read res value, convert from different types to string.
|
Copyright © 2019. All rights reserved.