Uses of Class
com.jniwrapper.win32.process.IOCounters

Packages that use IOCounters
com.jniwrapper.win32.process The com.jniwrapper.win32.process package contains classes for working with native processes. 
 

Uses of IOCounters in com.jniwrapper.win32.process
 

Methods in com.jniwrapper.win32.process that return IOCounters
 IOCounters Process.getIOCounters()
          Returns accounting information for all I/O operations performed by the specified process.
 

Constructors in com.jniwrapper.win32.process with parameters of type IOCounters
IOCounters(IOCounters that)