org.xvolks.jnative.misc.registry
Class BasicRegData
java.lang.Object
org.xvolks.jnative.misc.registry.BasicRegData
- Direct Known Subclasses:
- RegData, TimedRegData
public abstract class BasicRegData
- extends java.lang.Object
$Id: BasicRegData.java,v 1.1 2006/06/05 21:22:02 mdenty Exp $
This software is released under the LGPL.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BasicRegData
protected BasicRegData(int sizeData)
throws NativeException
- Throws:
NativeException
getLpcbData
public LONG getLpcbData()
getLpData
public Pointer getLpData()
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int errorCode)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object