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 int
access_flags()
H5FD_t
access_flags(int setter)
long
alignment()
H5FD_t
alignment(long setter)
long
base_addr()
H5FD_t
base_addr(long setter)
H5FD_class_t
cls()
H5FD_t
cls(H5FD_class_t setter)
long
driver_id()
H5FD_t
driver_id(long setter)
long
feature_flags()
H5FD_t
feature_flags(long setter)
long
fileno()
H5FD_t
fileno(long setter)
H5FD_t
getPointer(long i)
long
maxaddr()
H5FD_t
maxaddr(long setter)
boolean
paged_aggr()
H5FD_t
paged_aggr(boolean setter)
H5FD_t
position(long position)
long
threshold()
H5FD_t
threshold(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:
getPointer
in 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)
-
-