Class SolarisLibc.Timestruc

  • Enclosing interface:
    SolarisLibc

    public static class SolarisLibc.Timestruc
    extends java.lang.Object
    32/64-bit timestruc required for psinfo and lwpsinfo structures
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.sun.jna.NativeLong tv_nsec  
      com.sun.jna.NativeLong 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 com.sun.jna.NativeLong tv_sec
      • tv_nsec

        public com.sun.jna.NativeLong tv_nsec
    • Constructor Detail

      • Timestruc

        public Timestruc​(java.nio.ByteBuffer buff)