All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ice.jni.registry.RegBinaryValue

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

public class RegBinaryValue
extends RegistryValue
The RegBinaryValue class represents a binary value in the registry (REG_BINARY).

See Also:
Registry, RegistryKey

Constructor Index

 o RegBinaryValue(RegistryKey, String)
 o RegBinaryValue(RegistryKey, String, byte[])
 o RegBinaryValue(RegistryKey, String, int)

Method Index

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

Constructors

 o RegBinaryValue
 public RegBinaryValue(RegistryKey key,
                       String name)
 o RegBinaryValue
 public RegBinaryValue(RegistryKey key,
                       String name,
                       int type)
 o RegBinaryValue
 public RegBinaryValue(RegistryKey key,
                       String name,
                       byte data[])

Methods

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