Package jnr.posix

Class NativeTimes

java.lang.Object
jnr.posix.NativeTimes
All Implemented Interfaces:
Times

public final class NativeTimes extends Object implements Times
  • Field Details

    • layout

      private static final NativeTimes.Layout layout
    • memory

      final jnr.ffi.Pointer memory
  • Constructor Details

  • Method Details

    • times

      static NativeTimes times(BaseNativePOSIX posix)
    • utime

      public long utime()
      Specified by:
      utime in interface Times
    • stime

      public long stime()
      Specified by:
      stime in interface Times
    • cutime

      public long cutime()
      Specified by:
      cutime in interface Times
    • cstime

      public long cstime()
      Specified by:
      cstime in interface Times