public class HDF5ChunkInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long[] |
chunk_size |
protected long[] |
dims |
protected int |
rank |
Constructor and Description |
---|
HDF5ChunkInfo(int rank,
long[] chunk_size,
long[] dims) |
Modifier and Type | Method and Description |
---|---|
long[] |
getChunkSize()
Returns the array that contains the dimension sizes of the chunk of the dataset.
|
long[] |
getDims()
Returns the array that contains the dimension sizes of the dataset.
|
int |
getRank()
Returns the rank (number of dimensions) of the dataset.
|
boolean |
isChunked() |
java.lang.String |
toString() |
protected int rank
protected long[] chunk_size
protected long[] dims
public boolean isChunked()
public int getRank()
public long[] getChunkSize()
public long[] getDims()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.