Package org.bytedeco.hdf5
Class H5FD_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5FD_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5FD_t extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaccess_flags()H5FD_taccess_flags(int setter)longalignment()H5FD_talignment(long setter)longbase_addr()H5FD_tbase_addr(long setter)H5FD_class_tcls()H5FD_tcls(H5FD_class_t setter)longdriver_id()H5FD_tdriver_id(long setter)longfeature_flags()H5FD_tfeature_flags(long setter)longfileno()H5FD_tfileno(long setter)H5FD_tgetPointer(long i)longmaxaddr()H5FD_tmaxaddr(long setter)booleanpaged_aggr()H5FD_tpaged_aggr(boolean setter)H5FD_tposition(long position)longthreshold()H5FD_tthreshold(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
-
H5FD_t
public H5FD_t()
Default native constructor.
-
H5FD_t
public H5FD_t(long size)
Native array allocator. Access withPointer.position(long).
-
H5FD_t
public H5FD_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public H5FD_t getPointer(long i)
- Overrides:
getPointerin classPointer
-
driver_id
@Cast("hid_t") public long driver_id()
-
driver_id
public H5FD_t driver_id(long setter)
-
cls
@Const public H5FD_class_t cls()
-
cls
public H5FD_t cls(H5FD_class_t setter)
-
fileno
@Cast("unsigned long") public long fileno()
-
fileno
public H5FD_t fileno(long setter)
-
access_flags
@Cast("unsigned") public int access_flags()
-
access_flags
public H5FD_t access_flags(int setter)
-
feature_flags
@Cast("unsigned long") public long feature_flags()
-
feature_flags
public H5FD_t feature_flags(long setter)
-
maxaddr
@Cast("haddr_t") public long maxaddr()
-
maxaddr
public H5FD_t maxaddr(long setter)
-
base_addr
@Cast("haddr_t") public long base_addr()
-
base_addr
public H5FD_t base_addr(long setter)
-
threshold
@Cast("hsize_t") public long threshold()
-
threshold
public H5FD_t threshold(long setter)
-
alignment
@Cast("hsize_t") public long alignment()
-
alignment
public H5FD_t alignment(long setter)
-
paged_aggr
@Cast("hbool_t") public boolean paged_aggr()
-
paged_aggr
public H5FD_t paged_aggr(boolean setter)
-
-