Package org.bytedeco.hdf5
Class FileCreatPropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- org.bytedeco.hdf5.FileCreatPropList
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class FileCreatPropList extends PropList
\class FileCreatPropList \brief Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list.
-
-
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 FileCreatPropList()
FileCreatPropList(long plist_id)
FileCreatPropList(FileCreatPropList orig)
FileCreatPropList(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileCreatPropList
DEFAULT()
\brief Default file creation property list.static void
deleteConstants()
BytePointer
fromClass()
\brief Returns this class name.long
getFileSpacePagesize()
void
getFileSpaceStrategy(int[] strategy, boolean[] persist, long... threshold)
void
getFileSpaceStrategy(int[] strategy, BoolPointer persist, long... threshold)
void
getFileSpaceStrategy(IntBuffer strategy, boolean[] persist, LongBuffer threshold)
void
getFileSpaceStrategy(IntBuffer strategy, BoolPointer persist, LongBuffer threshold)
void
getFileSpaceStrategy(IntPointer strategy, boolean[] persist, LongPointer threshold)
void
getFileSpaceStrategy(IntPointer strategy, BoolPointer persist, LongPointer threshold)
int
getIstorek()
void
getSizes(SizeTPointer sizeof_addr, SizeTPointer sizeof_size)
void
getSymk(int[] int_nodes_k, int[] leaf_nodes_k)
void
getSymk(IntBuffer int_nodes_k, IntBuffer leaf_nodes_k)
void
getSymk(IntPointer int_nodes_k, IntPointer leaf_nodes_k)
long
getUserblock()
void
setFileSpacePagesize(long fsp_psize)
void
setFileSpaceStrategy(int strategy, boolean persist, long threshold)
void
setIstorek(int ik)
void
setSizes()
void
setSizes(long sizeof_addr, long sizeof_size)
void
setSymk(int int_nodes_k, int leaf_nodes_k)
void
setUserblock(long size)
-
Methods inherited from class org.bytedeco.hdf5.PropList
_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, setProperty
-
Methods inherited from class org.bytedeco.hdf5.IdComponent
decRefCount, decRefCount, getCounter, getCounter, getHDFObjType, getHDFObjType, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExists
-
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, 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, zero
-
-
-
-
Constructor Detail
-
FileCreatPropList
public FileCreatPropList(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
FileCreatPropList
public FileCreatPropList()
-
FileCreatPropList
public FileCreatPropList(@Const @ByRef FileCreatPropList orig)
-
FileCreatPropList
public FileCreatPropList(@Cast("const hid_t") long plist_id)
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static FileCreatPropList DEFAULT()
\brief Default file creation property list.
-
setUserblock
public void setUserblock(@Cast("hsize_t") long size)
-
getUserblock
@Cast("hsize_t") public long getUserblock()
-
getSizes
public void getSizes(@Cast("size_t*") @ByRef SizeTPointer sizeof_addr, @Cast("size_t*") @ByRef SizeTPointer sizeof_size)
-
setSizes
public void setSizes()
-
getSymk
public void getSymk(@Cast("unsigned*") @ByRef IntPointer int_nodes_k, @Cast("unsigned*") @ByRef IntPointer leaf_nodes_k)
-
getSymk
public void getSymk(@Cast("unsigned*") @ByRef IntBuffer int_nodes_k, @Cast("unsigned*") @ByRef IntBuffer leaf_nodes_k)
-
getSymk
public void getSymk(@Cast("unsigned*") @ByRef int[] int_nodes_k, @Cast("unsigned*") @ByRef int[] leaf_nodes_k)
-
getIstorek
@Cast("unsigned") public int getIstorek()
-
setIstorek
public void setIstorek(@Cast("unsigned") int ik)
-
setFileSpaceStrategy
public void setFileSpaceStrategy(@Cast("H5F_fspace_strategy_t") int strategy, @Cast("hbool_t") boolean persist, @Cast("hsize_t") long threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef IntPointer strategy, @Cast("hbool_t*") @ByRef BoolPointer persist, @Cast("hsize_t*") @ByRef LongPointer threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef IntBuffer strategy, @Cast("hbool_t*") @ByRef boolean[] persist, @Cast("hsize_t*") @ByRef LongBuffer threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef int[] strategy, @Cast("hbool_t*") @ByRef BoolPointer persist, @Cast("hsize_t*") @ByRef long... threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef IntPointer strategy, @Cast("hbool_t*") @ByRef boolean[] persist, @Cast("hsize_t*") @ByRef LongPointer threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef IntBuffer strategy, @Cast("hbool_t*") @ByRef BoolPointer persist, @Cast("hsize_t*") @ByRef LongBuffer threshold)
-
getFileSpaceStrategy
public void getFileSpaceStrategy(@Cast("H5F_fspace_strategy_t*") @ByRef int[] strategy, @Cast("hbool_t*") @ByRef boolean[] persist, @Cast("hsize_t*") @ByRef long... threshold)
-
setFileSpacePagesize
public void setFileSpacePagesize(@Cast("hsize_t") long fsp_psize)
-
getFileSpacePagesize
@Cast("hsize_t") public long getFileSpacePagesize()
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.
-
deleteConstants
public static void deleteConstants()
-
-