All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ice.jni.registry.RegDWordValue

java.lang.Object
   |
   +----com.ice.jni.registry.RegistryValue
           |
           +----com.ice.jni.registry.RegDWordValue

public class RegDWordValue
extends RegistryValue
The RegDWordValue class represents a double word, or integer, value in the registry (REG_DWORD).

See Also:
Registry, RegistryKey

Constructor Index

 o RegDWordValue(RegistryKey, String)
 o RegDWordValue(RegistryKey, String, int)
 o RegDWordValue(RegistryKey, String, int, int)

Method Index

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

Constructors

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

Methods

 o getData
 public int getData()
 o getLength
 public int getLength()
 o setData
 public void setData(int 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