@Namespace(value="H5") @NoOffset @Properties(inherit=hdf5.class) public class FileAccPropList extends PropList
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FileAccPropList() |
FileAccPropList(FileAccPropList original) |
FileAccPropList(long plist_id) |
FileAccPropList(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FileAccPropList |
DEFAULT()
\brief Default file access property list.
|
static void |
deleteConstants() |
BytePointer |
fromClass()
\brief Returns this class name.
|
void |
getAlignment(long[] threshold,
long... alignment) |
void |
getAlignment(LongBuffer threshold,
LongBuffer alignment) |
void |
getAlignment(LongPointer threshold,
LongPointer alignment) |
void |
getCache(int[] mdc_nelmts,
SizeTPointer rdcc_nelmts,
SizeTPointer rdcc_nbytes,
double[] rdcc_w0) |
void |
getCache(IntBuffer mdc_nelmts,
SizeTPointer rdcc_nelmts,
SizeTPointer rdcc_nbytes,
DoubleBuffer rdcc_w0) |
void |
getCache(IntPointer mdc_nelmts,
SizeTPointer rdcc_nelmts,
SizeTPointer rdcc_nbytes,
DoublePointer rdcc_w0) |
void |
getCore(SizeTPointer increment,
boolean[] backing_store) |
void |
getCore(SizeTPointer increment,
BoolPointer backing_store) |
long |
getDriver() |
FileAccPropList |
getFamily(long... memb_size) |
void |
getFamily(long[] memb_size,
FileAccPropList memb_plist) |
FileAccPropList |
getFamily(LongBuffer memb_size) |
void |
getFamily(LongBuffer memb_size,
FileAccPropList memb_plist) |
FileAccPropList |
getFamily(LongPointer memb_size) |
void |
getFamily(LongPointer memb_size,
FileAccPropList memb_plist) |
long |
getFamilyOffset() |
int |
getFcloseDegree() |
void |
getFileLocking(boolean[] use_file_locking,
boolean[] ignore_when_disabled) |
void |
getFileLocking(BoolPointer use_file_locking,
BoolPointer ignore_when_disabled) |
int |
getGcReferences() |
void |
getLibverBounds(int[] libver_low,
int[] libver_high) |
void |
getLibverBounds(IntBuffer libver_low,
IntBuffer libver_high) |
void |
getLibverBounds(IntPointer libver_low,
IntPointer libver_high) |
long |
getMetaBlockSize() |
int |
getMultiType() |
long |
getSieveBufSize() |
void |
setAlignment() |
void |
setAlignment(long threshold,
long alignment) |
void |
setCache(int mdc_nelmts,
long rdcc_nelmts,
long rdcc_nbytes,
double rdcc_w0) |
void |
setCore(long increment,
boolean backing_store) |
void |
setDriver(long new_driver_id,
Pointer new_driver_info) |
void |
setFamily(long memb_size,
FileAccPropList memb_plist) |
void |
setFamilyOffset(long offset) |
void |
setFcloseDegree(int degree) |
void |
setFileLocking(boolean use_file_locking,
boolean ignore_when_disabled) |
void |
setGcReferences() |
void |
setGcReferences(int gc_ref) |
void |
setLibverBounds(int libver_low,
int libver_high) |
void |
setLog(BytePointer logfile,
int flags,
long buf_size) |
void |
setLog(String logfile,
int flags,
long buf_size) |
void |
setMetaBlockSize(long... block_size) |
void |
setMetaBlockSize(LongBuffer block_size) |
void |
setMetaBlockSize(LongPointer block_size) |
void |
setMultiType(int dtype) |
void |
setSec2() |
void |
setSieveBufSize(long bufsize) |
void |
setSplit(FileAccPropList meta_plist,
FileAccPropList raw_plist,
BytePointer meta_ext,
BytePointer raw_ext) |
void |
setSplit(FileAccPropList meta_plist,
FileAccPropList raw_plist,
String meta_ext,
String raw_ext) |
void |
setStdio() |
_close, _getClass, closeClass, copy, copyProp, copyProp, copyProp, copyProp, equals, getClassName, getClassParent, getId, getNumProps, getProperty, getProperty, getProperty, getProperty, getPropSize, getPropSize, isAClass, propExist, propExist, put, removeProp, removeProp, setProperty, setProperty, setProperty, setProperty, setPropertydecRefCount, decRefCount, getCounter, getCounter, getHDFObjType, getHDFObjType, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExistsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FileAccPropList(Pointer p)
Pointer(Pointer).public FileAccPropList()
public FileAccPropList(@Const @ByRef FileAccPropList original)
@MemberGetter @Const @ByRef public static FileAccPropList DEFAULT()
public void setStdio()
public void setDriver(@Cast(value="hid_t") long new_driver_id, @Const Pointer new_driver_info)
public void setSec2()
public void setCore(@Cast(value="size_t") long increment, @Cast(value="hbool_t") boolean backing_store)
public void getCore(@Cast(value="size_t*") @ByRef SizeTPointer increment, @Cast(value="hbool_t*") @ByRef BoolPointer backing_store)
public void getCore(@Cast(value="size_t*") @ByRef SizeTPointer increment, @Cast(value="hbool_t*") @ByRef boolean[] backing_store)
public void setFamily(@Cast(value="hsize_t") long memb_size, @Const @ByRef FileAccPropList memb_plist)
public void getFamily(@Cast(value="hsize_t*") @ByRef LongPointer memb_size, @ByRef FileAccPropList memb_plist)
public void getFamily(@Cast(value="hsize_t*") @ByRef LongBuffer memb_size, @ByRef FileAccPropList memb_plist)
public void getFamily(@Cast(value="hsize_t*") @ByRef long[] memb_size, @ByRef FileAccPropList memb_plist)
@ByVal public FileAccPropList getFamily(@Cast(value="hsize_t*") @ByRef LongPointer memb_size)
@ByVal public FileAccPropList getFamily(@Cast(value="hsize_t*") @ByRef LongBuffer memb_size)
@ByVal public FileAccPropList getFamily(@Cast(value="hsize_t*") @ByRef long... memb_size)
public void setSplit(@Const @ByRef FileAccPropList meta_plist, @Const @ByRef FileAccPropList raw_plist, @Cast(value="const char*") BytePointer meta_ext, @Cast(value="const char*") BytePointer raw_ext)
public void setSplit(@Const @ByRef FileAccPropList meta_plist, @Const @ByRef FileAccPropList raw_plist, String meta_ext, String raw_ext)
public void setMetaBlockSize(@Cast(value="hsize_t*") @ByRef LongPointer block_size)
public void setMetaBlockSize(@Cast(value="hsize_t*") @ByRef LongBuffer block_size)
public void setLog(@Cast(value="const char*") BytePointer logfile, @Cast(value="unsigned") int flags, @Cast(value="size_t") long buf_size)
public void setLog(String logfile, @Cast(value="unsigned") int flags, @Cast(value="size_t") long buf_size)
public void setAlignment(@Cast(value="hsize_t") long threshold, @Cast(value="hsize_t") long alignment)
public void setAlignment()
public void getAlignment(@Cast(value="hsize_t*") @ByRef LongPointer threshold, @Cast(value="hsize_t*") @ByRef LongPointer alignment)
public void getAlignment(@Cast(value="hsize_t*") @ByRef LongBuffer threshold, @Cast(value="hsize_t*") @ByRef LongBuffer alignment)
public void getAlignment(@Cast(value="hsize_t*") @ByRef long[] threshold, @Cast(value="hsize_t*") @ByRef long... alignment)
public void setCache(int mdc_nelmts,
@Cast(value="size_t")
long rdcc_nelmts,
@Cast(value="size_t")
long rdcc_nbytes,
double rdcc_w0)
public void getCache(@ByRef IntPointer mdc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef DoublePointer rdcc_w0)
public void getCache(@ByRef IntBuffer mdc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef DoubleBuffer rdcc_w0)
public void getCache(@ByRef int[] mdc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nelmts, @Cast(value="size_t*") @ByRef SizeTPointer rdcc_nbytes, @ByRef double[] rdcc_w0)
public void setGcReferences()
public void setFileLocking(@Cast(value="hbool_t") boolean use_file_locking, @Cast(value="hbool_t") boolean ignore_when_disabled)
public void getFileLocking(@Cast(value="hbool_t*") @ByRef BoolPointer use_file_locking, @Cast(value="hbool_t*") @ByRef BoolPointer ignore_when_disabled)
public void getFileLocking(@Cast(value="hbool_t*") @ByRef boolean[] use_file_locking, @Cast(value="hbool_t*") @ByRef boolean[] ignore_when_disabled)
public void setLibverBounds(@Cast(value="H5F_libver_t") int libver_low, @Cast(value="H5F_libver_t") int libver_high)
public void getLibverBounds(@Cast(value="H5F_libver_t*") @ByRef IntPointer libver_low, @Cast(value="H5F_libver_t*") @ByRef IntPointer libver_high)
public void getLibverBounds(@Cast(value="H5F_libver_t*") @ByRef IntBuffer libver_low, @Cast(value="H5F_libver_t*") @ByRef IntBuffer libver_high)
public void getLibverBounds(@Cast(value="H5F_libver_t*") @ByRef int[] libver_low, @Cast(value="H5F_libver_t*") @ByRef int[] libver_high)
@StdString public BytePointer fromClass()
public static void deleteConstants()
Copyright © 2024. All rights reserved.