public static enum ELFObjectFile.ELFEncoding extends Enum<ELFObjectFile.ELFEncoding>
| Enum Constant and Description |
|---|
ELFDATA2LSB |
ELFDATA2MSB |
| Modifier and Type | Method and Description |
|---|---|
static ELFObjectFile.ELFEncoding |
getSystemNativeValue() |
ByteOrder |
toByteOrder() |
byte |
value() |
static ELFObjectFile.ELFEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELFObjectFile.ELFEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELFObjectFile.ELFEncoding ELFDATA2LSB
public static final ELFObjectFile.ELFEncoding ELFDATA2MSB
public static ELFObjectFile.ELFEncoding[] values()
public static ELFObjectFile.ELFEncoding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic byte value()
public ByteOrder toByteOrder()
public static ELFObjectFile.ELFEncoding getSystemNativeValue()