Package jnr.posix
Class NativeTimes
- java.lang.Object
-
- jnr.posix.NativeTimes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classNativeTimes.Layout
-
Field Summary
Fields Modifier and Type Field Description private static NativeTimes.Layoutlayout(package private) jnr.ffi.Pointermemory
-
Constructor Summary
Constructors Constructor Description NativeTimes(NativePOSIX posix)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcstime()longcutime()longstime()(package private) static NativeTimestimes(BaseNativePOSIX posix)longutime()
-
-
-
Field Detail
-
layout
private static final NativeTimes.Layout layout
-
memory
final jnr.ffi.Pointer memory
-
-
Constructor Detail
-
NativeTimes
NativeTimes(NativePOSIX posix)
-
-
Method Detail
-
times
static NativeTimes times(BaseNativePOSIX posix)
-
-