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

Constructor Index

 o RegStringValue(RegistryKey, String)
 o RegStringValue(RegistryKey, String, int)
 o RegStringValue(RegistryKey, String, String)

Method Index

 o export(PrintWriter)
 o getByteData()
 o getByteLength()
 o getData()
 o getLength()
 o setByteData(byte[])
 o setData(String)

Constructors

 o RegStringValue
 public RegStringValue(RegistryKey key,
                       String name)
 o RegStringValue
 public RegStringValue(RegistryKey key,
                       String name,
                       int type)
 o RegStringValue
 public RegStringValue(RegistryKey key,
                       String name,
                       String data)

Methods

 o getData
 public String getData()
 o getLength
 public int getLength()
 o setData
 public void setData(String data)
 o getByteData
 public byte[] getByteData()
Overrides:
getByteData in class RegistryValue
 o getByteLength
 public int getByteLength()
Overrides:
getByteLength in class RegistryValue
 o setByteData
 public void setByteData(byte data[])
Overrides:
setByteData in class RegistryValue
 o export
 public void export(PrintWriter out)
Overrides:
export in class RegistryValue

All Packages  Class Hierarchy  This Package  Previous  Next  Index