jtux
Class UProcess.s_timespec

java.lang.Object
  extended by jtux.UProcess.s_timespec
Enclosing class:
UProcess

public static class UProcess.s_timespec
extends java.lang.Object

Java version of C struct timespec.

Click here for Posix/SUS C API.


Field Summary
 long tv_nsec
           
 long tv_sec
           
 
Constructor Summary
UProcess.s_timespec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tv_sec

public long tv_sec

tv_nsec

public long tv_nsec
Constructor Detail

UProcess.s_timespec

public UProcess.s_timespec()