Uses of Class
com.github.robtimus.os.windows.registry.BinaryValue
-
-
Uses of BinaryValue in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry that return BinaryValue Modifier and Type Method Description static BinaryValue
BinaryValue. of(String name, byte[] data)
Creates a new binary registry value.static BinaryValue
BinaryValue. of(String name, InputStream data)
Creates a new binary registry value.BinaryValue
BinaryValue. withData(byte[] data)
Returns a registry value with the same name as this registry value but different binary data.BinaryValue
BinaryValue. withData(InputStream data)
Returns a registry value with the same name as this registry value but different binary data.BinaryValue
BinaryValue. withName(String name)
-