static DWordValue |
DWordValue.bigEndianOf(String name,
int value) |
Creates a new big-endian DWORD registry value.
|
static DWordValue |
DWordValue.littleEndianOf(String name,
int value) |
Creates a new little-endian DWORD registry value.
|
static DWordValue |
DWordValue.of(String name,
int value) |
Creates a new DWORD registry value.
|
DWordValue |
DWordValue.withBigEndianValue() |
Returns a registry value with the same name and value as this registry value but big-endian byte order.
|
DWordValue |
DWordValue.withBigEndianValue(int value) |
Returns a registry value with the same name as this registry value but a different big-endian value.
|
DWordValue |
DWordValue.withLittleEndianValue() |
Returns a registry value with the same name and value as this registry value but little-endian byte order.
|
DWordValue |
DWordValue.withLittleEndianValue(int value) |
Returns a registry value with the same name as this registry value but a different little-endian value.
|
DWordValue |
DWordValue.withName(String name) |
|
DWordValue |
DWordValue.withValue(int value) |
Returns a registry value with the same name as this registry value but a different value.
|