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