public abstract class MemberIdsSection extends UniformItemSection
.dex file.| Constructor and Description |
|---|
MemberIdsSection(java.lang.String name,
DexFile file)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
orderItems()
Alters or picks the order for items in this instance if desired,
so that subsequent calls to
Section.items() will yield a
so-ordered collection. |
get, getAbsoluteItemOffset, prepare0, writeSize, writeTo0align, getAbsoluteOffset, getAlignment, getFile, getFileOffset, getName, items, prepare, setFileOffset, throwIfNotPrepared, throwIfPrepared, validateAlignment, writeTopublic MemberIdsSection(java.lang.String name,
DexFile file)
name - null-ok; the name of this instance, for annotation
purposesfile - non-null; file that this instance is part ofprotected void orderItems()
Section.items() will yield a
so-ordered collection. If the items in this instance are indexed,
then this method should also assign indices.orderItems in class UniformItemSectionCopyright © 2020. All Rights Reserved.