Package org.bytedeco.hdf5
Class AbstractDs
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.AbstractDs
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
Attribute
@Namespace("H5") @Properties(inherit=hdf5.class) public class AbstractDs extends Pointer
\class AbstractDs \brief AbstractDs is an abstract base class, inherited by Attribute and DataSet.It provides a collection of services that are common to both Attribute and DataSet.
-
-
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 AbstractDs(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytePointerfromClass()ArrayTypegetArrayType()CompTypegetCompType()DataTypegetDataType()EnumTypegetEnumType()FloatTypegetFloatType()longgetInMemDataSize()\brief Gets the size in memory of this abstract dataset.IntTypegetIntType()DataSpacegetSpace()\brief Gets the dataspace of this abstract dataset - pure virtual.longgetStorageSize()\brief Returns the amount of storage size required - pure virtual.StrTypegetStrType()intgetTypeClass()VarLenTypegetVarLenType()-
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
-
AbstractDs
public AbstractDs(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getVarLenType
@ByVal public VarLenType getVarLenType()
-
getInMemDataSize
@Cast("size_t") public long getInMemDataSize()
\brief Gets the size in memory of this abstract dataset.
-
getSpace
@ByVal public DataSpace getSpace()
\brief Gets the dataspace of this abstract dataset - pure virtual.
-
getTypeClass
@Cast("H5T_class_t") public int getTypeClass()
-
getStorageSize
@Cast("hsize_t") public long getStorageSize()
\brief Returns the amount of storage size required - pure virtual.
-
fromClass
@StdString public BytePointer fromClass()
-
-