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 BinaryValueBinaryValue. of(String name, byte[] data)Creates a new binary registry value.static BinaryValueBinaryValue. of(String name, InputStream data)Creates a new binary registry value.BinaryValueBinaryValue. withData(byte[] data)Returns a registry value with the same name as this registry value but different binary data.BinaryValueBinaryValue. withData(InputStream data)Returns a registry value with the same name as this registry value but different binary data.BinaryValueBinaryValue. withName(String name)
-