public class DataSpace
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int[] |
getDimensions() |
long[] |
getMaxSizes() |
long |
getTotalLength()
Gets the total number of elements in this dataspace.
|
int |
getType() |
int |
getVersion() |
boolean |
isMaxSizesPresent() |
static DataSpace |
readDataSpace(java.nio.ByteBuffer bb,
Superblock sb) |
public static DataSpace readDataSpace(java.nio.ByteBuffer bb, Superblock sb)
public long getTotalLength()
public int getType()
public int getVersion()
public int[] getDimensions()
public long[] getMaxSizes()
public boolean isMaxSizesPresent()