Package org.bytedeco.hdf5
Class PropList
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.IdComponent
-
- org.bytedeco.hdf5.PropList
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
DSetMemXferPropList
,FileAccPropList
,FileCreatPropList
,LinkAccPropList
,LinkCreatPropList
,ObjCreatPropList
@Namespace("H5") @NoOffset @Properties(inherit=hdf5.class) public class PropList extends IdComponent
\class PropList \brief Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
-
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
-
-
-
-
Method Detail
-
DEFAULT
@MemberGetter @Const @ByRef public static PropList DEFAULT()
\brief Default property list
-
_close
@Name("close") public void _close()
- Overrides:
_close
in classIdComponent
-
closeClass
public void closeClass()
-
copyProp
public void copyProp(@ByRef PropList dest, @Cast("const char*") BytePointer name)
-
copyProp
public void copyProp(@ByRef PropList dest, @ByRef PropList src, @Cast("const char*") BytePointer name)
-
getClassName
@StdString public BytePointer getClassName()
-
getNumProps
@Cast("size_t") public long getNumProps()
-
getProperty
public void getProperty(@Cast("const char*") BytePointer name, Pointer value)
-
getProperty
@StdString public BytePointer getProperty(@Cast("const char*") BytePointer name)
-
getProperty
@StdString public String getProperty(String name)
-
setProperty
public void setProperty(@Cast("const char*") BytePointer name, @Cast("const char*") BytePointer charptr)
-
setProperty
public void setProperty(@Cast("const char*") BytePointer name, @Const Pointer value)
-
setProperty
public void setProperty(String name, @StdString @ByRef BytePointer strg)
-
getPropSize
@Cast("size_t") public long getPropSize(@Cast("const char*") BytePointer name)
-
propExist
@Cast("bool") public boolean propExist(@Cast("const char*") BytePointer name)
Query the existence of a property in a property object.
-
removeProp
public void removeProp(@Cast("const char*") BytePointer name)
-
removeProp
public void removeProp(String name)
-
fromClass
@StdString public BytePointer fromClass()
\brief Returns this class name.- Overrides:
fromClass
in classIdComponent
-
getId
@Cast("hid_t") public long getId()
- Overrides:
getId
in classIdComponent
-
deleteConstants
public static void deleteConstants()
-
-