public class CompactDataset extends DatasetBase
AbstractNode.AttributesLazyInitializer
hdfBackingStorage, oh
address, attributes, header, name, parent
Constructor and Description |
---|
CompactDataset(HdfBackingStorage hdfBackingStorage,
long address,
java.lang.String name,
Group parent,
ObjectHeader oh) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getDataBuffer()
Gets the buffer that holds this datasets data.
|
java.util.List<PipelineFilterWithData> |
getFilters()
Gets the filters applied to this dataset with the corresponding filter data.
|
java.nio.ByteBuffer |
getSliceDataBuffer(long[] offset,
int[] shape) |
convertToCorrectEndiness, getData, getData, getDataFlat, getDataLayout, getDataType, getDimensions, getFillValue, getJavaType, getMaxSize, getSize, getSizeInBytes, getStorageInBytes, getType, isCompound, isEmpty, isScalar, isVariableLength, toString
getAddress, getAttribute, getAttributes, getFile, getFileAsPath, getHdfFile, getHeader, getHeaderMessage, getName, getParent, getPath, isAttributeCreationOrderTracked, isGroup, isLink
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAddress, getAttribute, getAttributes, getFile, getFileAsPath, getHdfFile, getName, getParent, getPath, isAttributeCreationOrderTracked, isGroup, isLink
public CompactDataset(HdfBackingStorage hdfBackingStorage, long address, java.lang.String name, Group parent, ObjectHeader oh)
public java.nio.ByteBuffer getDataBuffer()
DatasetBase
getDataBuffer
in class DatasetBase
public java.nio.ByteBuffer getSliceDataBuffer(long[] offset, int[] shape)
getSliceDataBuffer
in class DatasetBase
public java.util.List<PipelineFilterWithData> getFilters()
Dataset