Package org.bytedeco.hdf5
Class H5O_info2_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5O_info2_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5O_info2_t extends Pointer
/** Data model information struct for objects (For H5Oget_info(), H5Oget_info_by_name(), H5Oget_info_by_idx() version 3)
-
-
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 H5O_info2_t()
Default native constructor.H5O_info2_t(long size)
Native array allocator.H5O_info2_t(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pointer
atime()
Access timeH5O_info2_t
atime(Pointer setter)
Pointer
btime()
Birth timeH5O_info2_t
btime(Pointer setter)
Pointer
ctime()
Change timeH5O_info2_t
ctime(Pointer setter)
long
fileno()
File number that object is located inH5O_info2_t
fileno(long setter)
H5O_info2_t
getPointer(long i)
Pointer
mtime()
Modification timeH5O_info2_t
mtime(Pointer setter)
long
num_attrs()
Number of attributes attached to objectH5O_info2_t
num_attrs(long setter)
H5O_info2_t
position(long position)
int
rc()
Reference count of objectH5O_info2_t
rc(int setter)
H5O_token_t
token()
Token representing the objectH5O_info2_t
token(H5O_token_t setter)
int
type()
Basic object type (group, dataset, etc.)H5O_info2_t
type(int 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
-
H5O_info2_t
public H5O_info2_t()
Default native constructor.
-
H5O_info2_t
public H5O_info2_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5O_info2_t
public H5O_info2_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public H5O_info2_t position(long position)
-
getPointer
public H5O_info2_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
fileno
@Cast("unsigned long") public long fileno()
File number that object is located in
-
fileno
public H5O_info2_t fileno(long setter)
-
token
@ByRef public H5O_token_t token()
Token representing the object
-
token
public H5O_info2_t token(H5O_token_t setter)
-
type
@Cast("H5O_type_t") public int type()
Basic object type (group, dataset, etc.)
-
type
public H5O_info2_t type(int setter)
-
rc
@Cast("unsigned") public int rc()
Reference count of object
-
rc
public H5O_info2_t rc(int setter)
-
atime
public H5O_info2_t atime(Pointer setter)
-
mtime
public H5O_info2_t mtime(Pointer setter)
-
ctime
public H5O_info2_t ctime(Pointer setter)
-
btime
public H5O_info2_t btime(Pointer setter)
-
num_attrs
@Cast("hsize_t") public long num_attrs()
Number of attributes attached to object
-
num_attrs
public H5O_info2_t num_attrs(long setter)
-
-