Package org.bytedeco.hdf5
Class H5FD_ctl_memcpy_args_t
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class H5FD_ctl_memcpy_args_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 H5FD_ctl_memcpy_args_t()
Default native constructor.H5FD_ctl_memcpy_args_t(long size)
Native array allocator.H5FD_ctl_memcpy_args_t(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
dst_off()
Offset within destination bufferH5FD_ctl_memcpy_args_t
dst_off(long setter)
Pointer
dstbuf()
Destination bufferH5FD_ctl_memcpy_args_t
dstbuf(Pointer setter)
H5FD_ctl_memcpy_args_t
getPointer(long i)
long
len()
Length of data to copy from source bufferH5FD_ctl_memcpy_args_t
len(long setter)
H5FD_ctl_memcpy_args_t
position(long position)
long
src_off()
Offset within source bufferH5FD_ctl_memcpy_args_t
src_off(long setter)
Pointer
srcbuf()
Source bufferH5FD_ctl_memcpy_args_t
srcbuf(Pointer 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_ctl_memcpy_args_t
public H5FD_ctl_memcpy_args_t()
Default native constructor.
-
H5FD_ctl_memcpy_args_t
public H5FD_ctl_memcpy_args_t(long size)
Native array allocator. Access withPointer.position(long)
.
-
H5FD_ctl_memcpy_args_t
public H5FD_ctl_memcpy_args_t(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Detail
-
position
public H5FD_ctl_memcpy_args_t position(long position)
-
getPointer
public H5FD_ctl_memcpy_args_t getPointer(long i)
- Overrides:
getPointer
in classPointer
-
dstbuf
public Pointer dstbuf()
Destination buffer
-
dstbuf
public H5FD_ctl_memcpy_args_t dstbuf(Pointer setter)
-
dst_off
@Cast("hsize_t") public long dst_off()
Offset within destination buffer
-
dst_off
public H5FD_ctl_memcpy_args_t dst_off(long setter)
-
srcbuf
public H5FD_ctl_memcpy_args_t srcbuf(Pointer setter)
-
src_off
@Cast("hsize_t") public long src_off()
Offset within source buffer
-
src_off
public H5FD_ctl_memcpy_args_t src_off(long setter)
-
len
@Cast("size_t") public long len()
Length of data to copy from source buffer
-
len
public H5FD_ctl_memcpy_args_t len(long setter)
-
-