All Packages Class Hierarchy This Package Previous Next Index
Class com.ice.jni.registry.RegStringValue
java.lang.Object
|
+----com.ice.jni.registry.RegistryValue
|
+----com.ice.jni.registry.RegStringValue
- public class RegStringValue
- extends RegistryValue
The RegStringValue class represents a string value in the
registry (REG_SZ, and REG_EXPAND_SZ).
- See Also:
- Registry, RegistryKey
-
RegStringValue(RegistryKey, String)
-
-
RegStringValue(RegistryKey, String, int)
-
-
RegStringValue(RegistryKey, String, String)
-
-
export(PrintWriter)
-
-
getByteData()
-
-
getByteLength()
-
-
getData()
-
-
getLength()
-
-
setByteData(byte[])
-
-
setData(String)
-
RegStringValue
public RegStringValue(RegistryKey key,
String name)
RegStringValue
public RegStringValue(RegistryKey key,
String name,
int type)
RegStringValue
public RegStringValue(RegistryKey key,
String name,
String data)
getData
public String getData()
getLength
public int getLength()
setData
public void setData(String data)
getByteData
public byte[] getByteData()
- Overrides:
- getByteData in class RegistryValue
getByteLength
public int getByteLength()
- Overrides:
- getByteLength in class RegistryValue
setByteData
public void setByteData(byte data[])
- Overrides:
- setByteData in class RegistryValue
export
public void export(PrintWriter out)
- Overrides:
- export in class RegistryValue
All Packages Class Hierarchy This Package Previous Next Index