com.jniwrapper.win32.io
Class FileTime

java.lang.Object
  |
  +--com.jniwrapper.Parameter
        |
        +--com.jniwrapper.Structure
              |
              +--com.jniwrapper.win32.io.FileTime

public class FileTime
extends Structure


Constructor Summary
FileTime()
           
FileTime(FileTime that)
           
 
Method Summary
 java.lang.Object clone()
           
 UInt32 getDwHighDateTime()
           
 UInt32 getDwLowDateTime()
           
 
Methods inherited from class com.jniwrapper.Structure
acceptIOPerformer, addMembers, computeLength, getAlignmentRequirement, getLength, getMember, getMembers, init, init, pop, push, read, setDataBuffer, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, equals, getAlignedLength, getDataBuffer, getDataBufferOffset, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileTime

public FileTime()

FileTime

public FileTime(FileTime that)
Method Detail

getDwLowDateTime

public UInt32 getDwLowDateTime()

getDwHighDateTime

public UInt32 getDwHighDateTime()

clone

public java.lang.Object clone()
Overrides:
clone in class Structure