public interface Nc4Chunking
Modifier and Type | Interface and Description |
---|---|
static class |
Nc4Chunking.Strategy |
Modifier and Type | Method and Description |
---|---|
long[] |
computeChunking(Variable v)
Compute the chunk size for this Variable.
|
int |
getDeflateLevel(Variable v)
Get the deflation level.
|
boolean |
isChunked(Variable v)
Should this variable be chunked?
|
boolean |
isShuffle(Variable v)
Set true to turn shuffling on which may improve compression.
|
long[] computeChunking(Variable v)
int getDeflateLevel(Variable v)
boolean isChunked(Variable v)
boolean isShuffle(Variable v)