Uses of Class
com.jniwrapper.win32.io.FileTime

Packages that use FileTime
com.jniwrapper.win32.io The com.jniwrapper.win32.io package contains classes, which provide you with file system related functionality. 
com.jniwrapper.win32.process The com.jniwrapper.win32.process package contains classes for working with native processes. 
 

Uses of FileTime in com.jniwrapper.win32.io
 

Methods in com.jniwrapper.win32.io that return FileTime
 FileTime Win32FindData.getFtCreationTime()
           
 FileTime Win32FindData.getFtLastAccessTime()
           
 FileTime Win32FindData.getFtLastWriteTime()
           
 

Constructors in com.jniwrapper.win32.io with parameters of type FileTime
FileTime(FileTime that)
          Creates instance of the FileTime from the another instance of the FileTime
 

Uses of FileTime in com.jniwrapper.win32.process
 

Methods in com.jniwrapper.win32.process with parameters of type FileTime
 void Process.getProcessTimes(FileTime creationTime, FileTime exitTime, FileTime kernelTime, FileTime userTime)
          Returns timing information about the specified process.