Package icyllis.modernui.resources
Class ResourceTypes.ResTable_type
java.lang.Object
icyllis.modernui.resources.ResourceTypes.ResChunk_header
icyllis.modernui.resources.ResourceTypes.ResTable_type
- Enclosing class:
ResourceTypes
-
Field Summary
FieldsFields inherited from class icyllis.modernui.resources.ResourceTypes.ResChunk_header
SIZEOF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
entriesStart
(long struct) static int
entryCount
(long struct) static int
flags
(long struct) static int
id
(long struct) static long
pConfig
(long struct) Methods inherited from class icyllis.modernui.resources.ResourceTypes.ResChunk_header
headerSize, size, type
-
Field Details
-
NO_ENTRY
public static final int NO_ENTRY- See Also:
-
FLAG_SPARSE
public static final int FLAG_SPARSE- See Also:
-
-
Constructor Details
-
ResTable_type
public ResTable_type()
-
-
Method Details
-
id
public static int id(long struct) -
flags
public static int flags(long struct) -
entryCount
public static int entryCount(long struct) -
entriesStart
public static int entriesStart(long struct) -
pConfig
public static long pConfig(long struct)
-