JNative v1.3 project : see http://jnative.sf.net


org.xvolks.jnative.misc.registry
Class TimedRegData

java.lang.Object
  extended by org.xvolks.jnative.misc.registry.BasicRegData
      extended by org.xvolks.jnative.misc.registry.TimedRegData
Direct Known Subclasses:
RegKey, RegQueryKey

public abstract class TimedRegData
extends BasicRegData

$Id: TimedRegData.java,v 1.2 2006/06/09 20:44:05 mdenty Exp $ This software is released under the LGPL.


Constructor Summary
protected TimedRegData(int sizeData)
           
 
Method Summary
 FILETIME getLpLastWriteTime()
           
 java.lang.String toString()
           
 
Methods inherited from class org.xvolks.jnative.misc.registry.BasicRegData
getErrorCode, getLpcbData, getLpData, setErrorCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedRegData

protected TimedRegData(int sizeData)
                throws NativeException
Throws:
NativeException
Method Detail

getLpLastWriteTime

public FILETIME getLpLastWriteTime()

toString

public java.lang.String toString()
Overrides:
toString in class BasicRegData

JNative v1.3 project : see http://jnative.sf.net