Package org.lwjgl.util.spng
Class spng_time
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct spng_time {
uint16_t year;
uint8_t month;
uint8_t day;
uint8_t hour;
uint8_t minute;
uint8_t second;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionspng_time(ByteBuffer container) Creates aspng_timeinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic spng_timecalloc()Returns a newspng_timeinstance allocated withmemCalloc.static spng_time.Buffercalloc(int capacity) Returns a newspng_time.Bufferinstance allocated withmemCalloc.static spng_time.Buffercalloc(int capacity, MemoryStack stack) Returns a newspng_time.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static spng_timecalloc(MemoryStack stack) Returns a newspng_timeinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static spng_timecreate()Returns a newspng_timeinstance allocated withBufferUtils.static spng_time.Buffercreate(int capacity) Returns a newspng_time.Bufferinstance allocated withBufferUtils.static spng_timecreate(long address) Returns a newspng_timeinstance for the specified memory address.static spng_time.Buffercreate(long address, int capacity) Create aspng_time.Bufferinstance at the specified memory.static @Nullable spng_timecreateSafe(long address) static @Nullable spng_time.BuffercreateSafe(long address, int capacity) byteday()day(byte value) Sets the specified value to thedayfield.bytehour()hour(byte value) Sets the specified value to thehourfield.static spng_timemalloc()Returns a newspng_timeinstance allocated withmemAlloc.static spng_time.Buffermalloc(int capacity) Returns a newspng_time.Bufferinstance allocated withmemAlloc.static spng_time.Buffermalloc(int capacity, MemoryStack stack) Returns a newspng_time.Bufferinstance allocated on the specifiedMemoryStack.static spng_timemalloc(MemoryStack stack) Returns a newspng_timeinstance allocated on the specifiedMemoryStack.byteminute()minute(byte value) Sets the specified value to theminutefield.bytemonth()month(byte value) Sets the specified value to themonthfield.static bytenday(long struct) Unsafe version ofday().static voidnday(long struct, byte value) Unsafe version ofday.static bytenhour(long struct) Unsafe version ofhour().static voidnhour(long struct, byte value) Unsafe version ofhour.static bytenminute(long struct) Unsafe version ofminute().static voidnminute(long struct, byte value) Unsafe version ofminute.static bytenmonth(long struct) Unsafe version ofmonth().static voidnmonth(long struct, byte value) Unsafe version ofmonth.static bytensecond(long struct) Unsafe version ofsecond().static voidnsecond(long struct, byte value) Unsafe version ofsecond.static shortnyear(long struct) Unsafe version ofyear().static voidnyear(long struct, short value) Unsafe version ofyear.bytesecond()second(byte value) Sets the specified value to thesecondfield.set(short year, byte month, byte day, byte hour, byte minute, byte second) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).shortyear()year(short value) Sets the specified value to theyearfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
YEAR
public static final int YEARThe struct member offsets. -
MONTH
public static final int MONTHThe struct member offsets. -
DAY
public static final int DAYThe struct member offsets. -
HOUR
public static final int HOURThe struct member offsets. -
MINUTE
public static final int MINUTEThe struct member offsets. -
SECOND
public static final int SECONDThe struct member offsets.
-
-
Constructor Details
-
spng_time
Creates aspng_timeinstance 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 Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct). -
year
public short year()- Returns:
- the value of the
yearfield.
-
month
public byte month()- Returns:
- the value of the
monthfield.
-
day
public byte day()- Returns:
- the value of the
dayfield.
-
hour
public byte hour()- Returns:
- the value of the
hourfield.
-
minute
public byte minute()- Returns:
- the value of the
minutefield.
-
second
public byte second()- Returns:
- the value of the
secondfield.
-
year
Sets the specified value to theyearfield. -
month
Sets the specified value to themonthfield. -
day
Sets the specified value to thedayfield. -
hour
Sets the specified value to thehourfield. -
minute
Sets the specified value to theminutefield. -
second
Sets the specified value to thesecondfield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newspng_timeinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newspng_timeinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newspng_timeinstance allocated withBufferUtils. -
create
Returns a newspng_timeinstance for the specified memory address. -
createSafe
-
malloc
Returns a newspng_time.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newspng_time.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newspng_time.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aspng_time.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newspng_timeinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newspng_timeinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newspng_time.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newspng_time.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nyear
public static short nyear(long struct) Unsafe version ofyear(). -
nmonth
public static byte nmonth(long struct) Unsafe version ofmonth(). -
nday
public static byte nday(long struct) Unsafe version ofday(). -
nhour
public static byte nhour(long struct) Unsafe version ofhour(). -
nminute
public static byte nminute(long struct) Unsafe version ofminute(). -
nsecond
public static byte nsecond(long struct) Unsafe version ofsecond(). -
nyear
public static void nyear(long struct, short value) Unsafe version ofyear. -
nmonth
public static void nmonth(long struct, byte value) Unsafe version ofmonth. -
nday
public static void nday(long struct, byte value) Unsafe version ofday. -
nhour
public static void nhour(long struct, byte value) Unsafe version ofhour. -
nminute
public static void nminute(long struct, byte value) Unsafe version ofminute. -
nsecond
public static void nsecond(long struct, byte value) Unsafe version ofsecond.
-