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 classStatxTimestamp.BufferAn array ofStatxTimestampstructs.
-
Field Summary
Fields Modifier and Type Field Description static int__RESERVEDThe struct member offsets.static intALIGNOFThe struct alignment in bytes.static intSIZEOFThe struct size in bytes.static intTV_NSEC
TV_SECThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description StatxTimestamp(java.nio.ByteBuffer container)Creates aStatxTimestampinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatxTimestampcalloc()Returns a newStatxTimestampinstance allocated withmemCalloc.static StatxTimestamp.Buffercalloc(int capacity)Returns a newStatxTimestamp.Bufferinstance allocated withmemCalloc.static StatxTimestamp.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newStatxTimestamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static StatxTimestampcalloc(org.lwjgl.system.MemoryStack stack)Returns a newStatxTimestampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static StatxTimestampcreate()Returns a newStatxTimestampinstance allocated withBufferUtils.static StatxTimestamp.Buffercreate(int capacity)Returns a newStatxTimestamp.Bufferinstance allocated withBufferUtils.static StatxTimestampcreate(long address)Returns a newStatxTimestampinstance for the specified memory address.static StatxTimestamp.Buffercreate(long address, int capacity)Create aStatxTimestamp.Bufferinstance at the specified memory.static StatxTimestampcreateSafe(long address)static StatxTimestamp.BuffercreateSafe(long address, int capacity)static StatxTimestampmalloc()Returns a newStatxTimestampinstance allocated withmemAlloc.static StatxTimestamp.Buffermalloc(int capacity)Returns a newStatxTimestamp.Bufferinstance allocated withmemAlloc.static StatxTimestamp.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newStatxTimestamp.Bufferinstance allocated on the specifiedMemoryStack.static StatxTimestampmalloc(org.lwjgl.system.MemoryStack stack)Returns a newStatxTimestampinstance allocated on the specifiedMemoryStack.static intn__reserved(long struct)static voidn__reserved(long struct, int value)static intntv_nsec(long struct)Unsafe version oftv_nsec().static voidntv_nsec(long struct, int value)Unsafe version oftv_nsec.static longntv_sec(long struct)Unsafe version oftv_sec().static voidntv_sec(long struct, long value)Unsafe version oftv_sec.StatxTimestampset(long tv_sec, int tv_nsec)Initializes this struct with the specified values.StatxTimestampset(StatxTimestamp src)Copies the specified struct data to this struct.intsizeof()inttv_nsec()a number of nanoseconds (0..999,999,999) after thetv_sectimeStatxTimestamptv_nsec(int value)Sets the specified value to thetv_nsec()field.longtv_sec()the number of seconds before (negative) or after (positive)00:00:00 1st January 1970 UTCStatxTimestamptv_sec(long value)Sets the specified value to thetv_sec()field.
-
-
-
Constructor Detail
-
StatxTimestamp
public StatxTimestamp(java.nio.ByteBuffer container)
Creates aStatxTimestampinstance at the current position of the specifiedByteBuffercontainer. 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:
sizeofin 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_sectime
-
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 newStatxTimestampinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static StatxTimestamp calloc()
Returns a newStatxTimestampinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static StatxTimestamp create()
Returns a newStatxTimestampinstance allocated withBufferUtils.
-
create
public static StatxTimestamp create(long address)
Returns a newStatxTimestampinstance for the specified memory address.
-
createSafe
@Nullable public static StatxTimestamp createSafe(long address)
-
malloc
public static StatxTimestamp.Buffer malloc(int capacity)
Returns a newStatxTimestamp.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static StatxTimestamp.Buffer calloc(int capacity)
Returns a newStatxTimestamp.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static StatxTimestamp.Buffer create(int capacity)
Returns a newStatxTimestamp.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static StatxTimestamp.Buffer create(long address, int capacity)
Create aStatxTimestamp.Bufferinstance 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 newStatxTimestampinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static StatxTimestamp calloc(org.lwjgl.system.MemoryStack stack)
Returns a newStatxTimestampinstance allocated on the specifiedMemoryStackand 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.Bufferinstance 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.Bufferinstance allocated on the specifiedMemoryStackand 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)
-
-