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