com.ice.jni.registry
Class RegMultiStringValue
java.lang.Object
com.ice.jni.registry.RegistryValue
com.ice.jni.registry.RegMultiStringValue
public class RegMultiStringValue
- extends RegistryValue
The RegMultiStringValue class represents a multiple
string, or string array, value in the registry
(REG_MULTI_SZ).
- See Also:
Registry,
RegistryKey
| Fields inherited from class com.ice.jni.registry.RegistryValue |
hexChars, REG_BINARY, REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_DWORD_LITTLE_ENDIAN, REG_EXPAND_SZ, REG_FULL_RESOURCE_DESCRIPTOR, REG_LINK, REG_MULTI_SZ, REG_NONE, REG_RESOURCE_LIST, REG_RESOURCE_REQUIREMENTS_LIST, REG_SZ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RegMultiStringValue
public RegMultiStringValue(RegistryKey key,
java.lang.String name)
RegMultiStringValue
public RegMultiStringValue(RegistryKey key,
java.lang.String name,
int type)
RegMultiStringValue
public RegMultiStringValue(RegistryKey key,
java.lang.String name,
java.lang.String[] data)
getData
public java.lang.String[] getData()
getLength
public int getLength()
setData
public void setData(java.lang.String[] data)
getByteData
public byte[] getByteData()
- Specified by:
getByteData in class RegistryValue
getByteLength
public int getByteLength()
- Specified by:
getByteLength in class RegistryValue
setByteData
public void setByteData(byte[] data)
- Specified by:
setByteData in class RegistryValue
export
public void export(java.io.PrintWriter out)
- Overrides:
export in class RegistryValue