Uses of Class
jnr.posix.NativeTimes
-
Packages that use NativeTimes Package Description jnr.posix -
-
Uses of NativeTimes in jnr.posix
Fields in jnr.posix with type parameters of type NativeTimes Modifier and Type Field Description static jnr.ffi.mapper.ToNativeConverter<NativeTimes,jnr.ffi.Pointer>
BaseNativePOSIX. TimesConverter
Methods in jnr.posix that return NativeTimes Modifier and Type Method Description (package private) static NativeTimes
NativeTimes. times(BaseNativePOSIX posix)
Methods in jnr.posix with parameters of type NativeTimes Modifier and Type Method Description long
LibC. times(NativeTimes tms)
-