Class AixLibc.Timestruc

  • Enclosing interface:
    AixLibc

    public static class AixLibc.Timestruc
    extends java.lang.Object
    64-bit timestruc required for psinfo structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int pad  
      int tv_nsec  
      long tv_sec  
    • Constructor Summary

      Constructors 
      Constructor Description
      Timestruc​(java.nio.ByteBuffer buff)  
    • 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 int tv_nsec
      • pad

        public int pad
    • Constructor Detail

      • Timestruc

        public Timestruc​(java.nio.ByteBuffer buff)