Package org.lwjgl.system.linux
Class StatxTimestamp
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.linux.StatxTimestamp
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class StatxTimestamp extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StatxTimestamp.Buffer
An array ofStatxTimestamp
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
__RESERVED
The struct member offsets.static int
ALIGNOF
The struct alignment in bytes.static int
SIZEOF
The struct size in bytes.static int
TV_NSEC
TV_SECThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description StatxTimestamp(java.nio.ByteBuffer container)
Creates aStatxTimestamp
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatxTimestamp
calloc()
Returns a newStatxTimestamp
instance allocated withmemCalloc
.static StatxTimestamp.Buffer
calloc(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withmemCalloc
.static StatxTimestamp.Buffer
calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static StatxTimestamp
calloc(org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static StatxTimestamp
create()
Returns a newStatxTimestamp
instance allocated withBufferUtils
.static StatxTimestamp.Buffer
create(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withBufferUtils
.static StatxTimestamp
create(long address)
Returns a newStatxTimestamp
instance for the specified memory address.static StatxTimestamp.Buffer
create(long address, int capacity)
Create aStatxTimestamp.Buffer
instance at the specified memory.static StatxTimestamp
createSafe(long address)
static StatxTimestamp.Buffer
createSafe(long address, int capacity)
static StatxTimestamp
malloc()
Returns a newStatxTimestamp
instance allocated withmemAlloc
.static StatxTimestamp.Buffer
malloc(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withmemAlloc
.static StatxTimestamp.Buffer
malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp.Buffer
instance allocated on the specifiedMemoryStack
.static StatxTimestamp
malloc(org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp
instance allocated on the specifiedMemoryStack
.static int
n__reserved(long struct)
static void
n__reserved(long struct, int value)
static int
ntv_nsec(long struct)
Unsafe version oftv_nsec()
.static void
ntv_nsec(long struct, int value)
Unsafe version oftv_nsec
.static long
ntv_sec(long struct)
Unsafe version oftv_sec()
.static void
ntv_sec(long struct, long value)
Unsafe version oftv_sec
.StatxTimestamp
set(long tv_sec, int tv_nsec)
Initializes this struct with the specified values.StatxTimestamp
set(StatxTimestamp src)
Copies the specified struct data to this struct.int
sizeof()
int
tv_nsec()
a number of nanoseconds (0..999,999,999) after thetv_sec
timeStatxTimestamp
tv_nsec(int value)
Sets the specified value to thetv_nsec()
field.long
tv_sec()
the number of seconds before (negative) or after (positive)00:00:00 1st January 1970 UTC
StatxTimestamp
tv_sec(long value)
Sets the specified value to thetv_sec()
field.
-
-
-
Constructor Detail
-
StatxTimestamp
public StatxTimestamp(java.nio.ByteBuffer container)
Creates aStatxTimestamp
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
tv_sec
public long tv_sec()
the number of seconds before (negative) or after (positive)00:00:00 1st January 1970 UTC
-
tv_nsec
public int tv_nsec()
a number of nanoseconds (0..999,999,999) after thetv_sec
time
-
tv_sec
public StatxTimestamp tv_sec(long value)
Sets the specified value to thetv_sec()
field.
-
tv_nsec
public StatxTimestamp tv_nsec(int value)
Sets the specified value to thetv_nsec()
field.
-
set
public StatxTimestamp set(long tv_sec, int tv_nsec)
Initializes this struct with the specified values.
-
set
public StatxTimestamp set(StatxTimestamp src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static StatxTimestamp malloc()
Returns a newStatxTimestamp
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static StatxTimestamp calloc()
Returns a newStatxTimestamp
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static StatxTimestamp create()
Returns a newStatxTimestamp
instance allocated withBufferUtils
.
-
create
public static StatxTimestamp create(long address)
Returns a newStatxTimestamp
instance for the specified memory address.
-
createSafe
@Nullable public static StatxTimestamp createSafe(long address)
-
malloc
public static StatxTimestamp.Buffer malloc(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static StatxTimestamp.Buffer calloc(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static StatxTimestamp.Buffer create(int capacity)
Returns a newStatxTimestamp.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static StatxTimestamp.Buffer create(long address, int capacity)
Create aStatxTimestamp.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static StatxTimestamp.Buffer createSafe(long address, int capacity)
-
malloc
public static StatxTimestamp malloc(org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
public static StatxTimestamp calloc(org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static StatxTimestamp.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
calloc
public static StatxTimestamp.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestamp.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
ntv_sec
public static long ntv_sec(long struct)
Unsafe version oftv_sec()
.
-
ntv_nsec
public static int ntv_nsec(long struct)
Unsafe version oftv_nsec()
.
-
n__reserved
public static int n__reserved(long struct)
-
ntv_sec
public static void ntv_sec(long struct, long value)
Unsafe version oftv_sec
.
-
ntv_nsec
public static void ntv_nsec(long struct, int value)
Unsafe version oftv_nsec
.
-
n__reserved
public static void n__reserved(long struct, int value)
-
-