public interface ChunkedDataset extends Dataset
Modifier and Type | Method and Description |
---|---|
int[] |
getChunkDimensions()
Gets the chunk dimensions of this dataset.
|
java.nio.ByteBuffer |
getRawChunkBuffer(int[] chunkOffset)
Gets the raw buffer for the specified chunk.
|
getData, getDataLayout, getDataType, getDimensions, getFillValue, getJavaType, getMaxSize, getSize, getSizeInBytes, getStorageInBytes, isCompound, isEmpty, isScalar, isVariableLength
getAddress, getAttribute, getAttributes, getFile, getFileAsPath, getHdfFile, getName, getParent, getPath, getType, isAttributeCreationOrderTracked, isGroup, isLink
int[] getChunkDimensions()
java.nio.ByteBuffer getRawChunkBuffer(int[] chunkOffset)
chunkOffset
- the offset of the required chunkHdfException
- If the chunk offset is not valid for this dataset