public static class AttributeModule.Require
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
flags |
private int |
index |
private int |
version_index |
Modifier | Constructor and Description |
---|---|
private |
Require(int index,
int flags,
int version_index) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AttributeModule.ModuleContentFlags> |
getFlags() |
int |
getIndex() |
private static long |
read(ByteData raw,
long offset,
java.util.List<AttributeModule.Require> tgt) |
private final int index
private final int flags
private final int version_index
public int getIndex()
public java.util.Set<AttributeModule.ModuleContentFlags> getFlags()
private static long read(ByteData raw, long offset, java.util.List<AttributeModule.Require> tgt)