Class ExrAttribute
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
struct ExrAttribute {
char const * name;
char const * type_name;
ExrAttributeType type;
void const * value;
uint32_t size;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface 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 size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionExrAttribute(ByteBuffer container) Creates aExrAttributeinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExrAttributecalloc()Returns a newExrAttributeinstance allocated withmemCalloc.static ExrAttribute.Buffercalloc(int capacity) Returns a newExrAttribute.Bufferinstance allocated withmemCalloc.static ExrAttribute.Buffercalloc(int capacity, MemoryStack stack) Returns a newExrAttribute.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static ExrAttributecalloc(MemoryStack stack) Returns a newExrAttributeinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static ExrAttributecreate()Returns a newExrAttributeinstance allocated withBufferUtils.static ExrAttribute.Buffercreate(int capacity) Returns a newExrAttribute.Bufferinstance allocated withBufferUtils.static ExrAttributecreate(long address) Returns a newExrAttributeinstance for the specified memory address.static ExrAttribute.Buffercreate(long address, int capacity) Create aExrAttribute.Bufferinstance at the specified memory.static @Nullable ExrAttributecreateSafe(long address) static @Nullable ExrAttribute.BuffercreateSafe(long address, int capacity) static ExrAttributemalloc()Returns a newExrAttributeinstance allocated withmemAlloc.static ExrAttribute.Buffermalloc(int capacity) Returns a newExrAttribute.Bufferinstance allocated withmemAlloc.static ExrAttribute.Buffermalloc(int capacity, MemoryStack stack) Returns a newExrAttribute.Bufferinstance allocated on the specifiedMemoryStack.static ExrAttributemalloc(MemoryStack stack) Returns a newExrAttributeinstance allocated on the specifiedMemoryStack.name()name(ByteBuffer value) Sets the address of the specified encoded string to thenamefield.static ByteBuffernname(long struct) Unsafe version ofname().static voidnname(long struct, ByteBuffer value) Unsafe version ofname.static StringnnameString(long struct) Unsafe version ofnameString().static intnsize(long struct) Unsafe version ofsize().static voidnsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct.static intntype(long struct) Unsafe version oftype().static voidntype(long struct, int value) Unsafe version oftype.static ByteBufferntype_name(long struct) Unsafe version oftype_name().static voidntype_name(long struct, ByteBuffer value) Unsafe version oftype_name.static Stringntype_nameString(long struct) Unsafe version oftype_nameString().static ByteBuffernvalue(long struct) Unsafe version ofvalue.static voidnvalue(long struct, ByteBuffer value) Unsafe version ofvalue.set(ByteBuffer name, ByteBuffer type_name, int type, ByteBuffer value) Initializes this struct with the specified values.set(ExrAttribute src) Copies the specified struct data to this struct.intsize()intsizeof()Returnssizeof(struct).inttype()type(int value) Sets the specified value to thetypefield.type_name(ByteBuffer value) Sets the address of the specified encoded string to thetype_namefield.static voidvalidate(long struct) Validates pointer members that should not beNULL.value()value(ByteBuffer value) Sets the address of the specifiedByteBufferto thevaluefield.Methods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface 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. -
NAME
public static final int NAMEThe struct member offsets. -
TYPE_NAME
public static final int TYPE_NAMEThe struct member offsets. -
TYPE
public static final int TYPEThe struct member offsets. -
VALUE
public static final int VALUEThe struct member offsets. -
SIZE
public static final int SIZEThe struct member offsets.
-
-
Constructor Details
-
ExrAttribute
Creates aExrAttributeinstance 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).- Specified by:
sizeofin classStruct<ExrAttribute>
-
name
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by thenamefield.
-
nameString
- Returns:
- the null-terminated string pointed to by the
namefield.
-
type_name
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by thetype_namefield.
-
type_nameString
- Returns:
- the null-terminated string pointed to by the
type_namefield.
-
type
- Returns:
- the value of the
typefield.
-
value
- Returns:
- a
ByteBufferview of the data pointed to by thevaluefield.
-
size
- Returns:
- the value of the
sizefield.
-
name
Sets the address of the specified encoded string to thenamefield. -
type_name
Sets the address of the specified encoded string to thetype_namefield. -
type
Sets the specified value to thetypefield. -
value
Sets the address of the specifiedByteBufferto thevaluefield. -
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 newExrAttributeinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newExrAttributeinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newExrAttributeinstance allocated withBufferUtils. -
create
Returns a newExrAttributeinstance for the specified memory address. -
createSafe
-
malloc
Returns a newExrAttribute.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newExrAttribute.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newExrAttribute.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aExrAttribute.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newExrAttributeinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newExrAttributeinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newExrAttribute.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newExrAttribute.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nname
Unsafe version ofname(). -
nnameString
Unsafe version ofnameString(). -
ntype_name
Unsafe version oftype_name(). -
ntype_nameString
Unsafe version oftype_nameString(). -
ntype
public static int ntype(long struct) Unsafe version oftype(). -
nvalue
Unsafe version ofvalue. -
nsize
public static int nsize(long struct) Unsafe version ofsize(). -
nname
Unsafe version ofname. -
ntype_name
Unsafe version oftype_name. -
ntype
public static void ntype(long struct, int value) Unsafe version oftype. -
nvalue
Unsafe version ofvalue. -
nsize
public static void nsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-