Package org.bytedeco.hdf5
Class H5L_info2_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5L_info2_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5L_info2_t extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description H5L_info2_t()
Default native constructor.H5L_info2_t(long size)
Native array allocator.H5L_info2_t(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
corder()
Creation orderH5L_info2_t
corder(long setter)
boolean
corder_valid()
Indicate if creation order is validH5L_info2_t
corder_valid(boolean setter)
int
cset()
Character set of link nameH5L_info2_t
cset(int setter)
H5L_info2_t
getPointer(long i)
H5L_info2_t
position(long position)
int
type()
Type of linkH5L_info2_t
type(int setter)
H5O_token_t
u_token()
Token of location that hard link points toH5L_info2_t
u_token(H5O_token_t setter)
long
u_val_size()
Size of a soft link or user-defined link valueH5L_info2_t
u_val_size(long setter)
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
H5L_info2_t
public H5L_info2_t()
Default native constructor.
-
H5L_info2_t
public H5L_info2_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5L_info2_t
public H5L_info2_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public H5L_info2_t position(long position)
-
getPointer
public H5L_info2_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
type
@Cast("H5L_type_t") public int type()
Type of link
-
type
public H5L_info2_t type(int setter)
-
corder_valid
@Cast("hbool_t") public boolean corder_valid()
Indicate if creation order is valid
-
corder_valid
public H5L_info2_t corder_valid(boolean setter)
-
corder
@Cast("int64_t") public long corder()
Creation order
-
corder
public H5L_info2_t corder(long setter)
-
cset
@Cast("H5T_cset_t") public int cset()
Character set of link name
-
cset
public H5L_info2_t cset(int setter)
-
u_token
@Name("u.token") @ByRef public H5O_token_t u_token()
Token of location that hard link points to
-
u_token
public H5L_info2_t u_token(H5O_token_t setter)
-
u_val_size
@Name("u.val_size") @Cast("size_t") public long u_val_size()
Size of a soft link or user-defined link value
-
u_val_size
public H5L_info2_t u_val_size(long setter)
-
-