API Reference
| 
 | Classic JavaDoc | 
RegistryKey.getBinaryValue
public byte getBinaryValue(String valueName)
Returns the specified Binary value from this registry key. The value type has to be REG_BINARY, otherwise this method returns null.
 
Throws:
 Is equivalent to:
 getValue(valueName).getBinaryData();
| valueName | the name of the value to be returned. | 
| RegistryException | if this key has been closed or any other error occurs. | 
Community comments
Powered by JavaDocPlus
