|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xvolks.jnative.misc.basicStructures.AbstractBasicData<java.lang.Integer>
org.xvolks.jnative.misc.HKEY
public class HKEY
HKEY Handles. $Id: HKEY.java,v 1.2 2006/06/09 20:44:05 mdenty Exp $ This software is released under the LGPL.
Field Summary | |
---|---|
static HKEY |
HKEY_CLASSES_ROOT
|
static HKEY |
HKEY_CURRENT_CONFIG
|
static HKEY |
HKEY_CURRENT_USER
|
static HKEY |
HKEY_DYN_DATA
|
static HKEY |
HKEY_LOCAL_MACHINE
|
static HKEY |
HKEY_PERFORMANCE_DATA
|
static HKEY |
HKEY_PERFORMANCE_NLSTEXT
|
static HKEY |
HKEY_PERFORMANCE_TEXT
|
static HKEY |
HKEY_USERS
|
Fields inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData |
---|
mValue, offset, pointer |
Constructor Summary | |
---|---|
HKEY(java.lang.Integer value)
|
Method Summary | |
---|---|
Pointer |
createPointer()
Method createPointer reserves a native MemoryBlock and copy its value in it |
int |
getSizeOf()
Method getSizeOf |
java.lang.Integer |
getValue()
Method getValue |
java.lang.Integer |
getValueFromPointer()
Method getValueFromPointer gets the value of this data from the native memory block |
Methods inherited from class org.xvolks.jnative.misc.basicStructures.AbstractBasicData |
---|
getNextByte, getNextInt, getNextLong, getNextShort, getPointer, getValueAsString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final HKEY HKEY_CLASSES_ROOT
public static final HKEY HKEY_CURRENT_USER
public static final HKEY HKEY_LOCAL_MACHINE
public static final HKEY HKEY_USERS
public static final HKEY HKEY_PERFORMANCE_DATA
public static final HKEY HKEY_PERFORMANCE_TEXT
public static final HKEY HKEY_PERFORMANCE_NLSTEXT
public static final HKEY HKEY_CURRENT_CONFIG
public static final HKEY HKEY_DYN_DATA
Constructor Detail |
---|
public HKEY(java.lang.Integer value)
Method Detail |
---|
public java.lang.Integer getValueFromPointer() throws NativeException
BasicData
NativeException
public java.lang.Integer getValue()
AbstractBasicData
getValue
in interface BasicData<java.lang.Integer>
getValue
in class AbstractBasicData<java.lang.Integer>
java.lang.RuntimeException
BasicData.getValue()
public int getSizeOf()
BasicData
public Pointer createPointer() throws NativeException
BasicData
NativeException
|
JNative v1.3 project : see http://jnative.sf.net |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |