A B C D E F G H I L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- withBigEndianValue() - Method in class com.github.robtimus.os.windows.registry.DWordValue
-
Returns a registry value with the same name and value as this registry value but big-endian byte order.
- withBigEndianValue(int) - Method in class com.github.robtimus.os.windows.registry.DWordValue
-
Returns a registry value with the same name as this registry value but a different big-endian value.
- withData(byte[]) - Method in class com.github.robtimus.os.windows.registry.BinaryValue
-
Returns a registry value with the same name as this registry value but different binary data.
- withData(InputStream) - Method in class com.github.robtimus.os.windows.registry.BinaryValue
-
Returns a registry value with the same name as this registry value but different binary data.
- withExpandableValue(String) - Method in class com.github.robtimus.os.windows.registry.StringValue
-
Returns a registry value with the same name as this registry value but a different value.
- withLittleEndianValue() - Method in class com.github.robtimus.os.windows.registry.DWordValue
-
Returns a registry value with the same name and value as this registry value but little-endian byte order.
- withLittleEndianValue(int) - Method in class com.github.robtimus.os.windows.registry.DWordValue
-
Returns a registry value with the same name as this registry value but a different little-endian value.
- withName(String) - Method in class com.github.robtimus.os.windows.registry.BinaryValue
- withName(String) - Method in class com.github.robtimus.os.windows.registry.DWordValue
- withName(String) - Method in class com.github.robtimus.os.windows.registry.MultiStringValue
- withName(String) - Method in class com.github.robtimus.os.windows.registry.QWordValue
- withName(String) - Method in class com.github.robtimus.os.windows.registry.SettableRegistryValue
-
Returns a registry value with the same value as this registry value but a different name.
- withName(String) - Method in class com.github.robtimus.os.windows.registry.StringValue
- withValue(int) - Method in class com.github.robtimus.os.windows.registry.DWordValue
-
Returns a registry value with the same name as this registry value but a different value.
- withValue(long) - Method in class com.github.robtimus.os.windows.registry.QWordValue
-
Returns a registry value with the same name as this registry value but a different value.
- withValue(String) - Method in class com.github.robtimus.os.windows.registry.StringValue
-
Returns a registry value with the same name as this registry value but a different value.
- withValues(String...) - Method in class com.github.robtimus.os.windows.registry.MultiStringValue
-
Returns a registry value with the same name as this registry value but a different value.
- withValues(List<String>) - Method in class com.github.robtimus.os.windows.registry.MultiStringValue
-
Returns a registry value with the same name as this registry value but a different value.
- words() - Method in class com.github.robtimus.os.windows.registry.RegistryValue.Filter
-
Specifies that all WORD (or numeric) registry values should be included.
All Classes All Packages