Package ucar.nc2.ui.op
Class DatasetWriter.BeanChunker
- java.lang.Object
-
- ucar.nc2.ui.op.DatasetWriter.BeanChunker
-
- All Implemented Interfaces:
ucar.nc2.write.Nc4Chunking
- Enclosing class:
- DatasetWriter
public static class DatasetWriter.BeanChunker extends Object implements ucar.nc2.write.Nc4Chunking
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]computeChunking(ucar.nc2.Variable v)intgetDeflateLevel(ucar.nc2.Variable v)booleanisChunked(ucar.nc2.Variable v)booleanisShuffle(ucar.nc2.Variable v)
-
-
-
Method Detail
-
isChunked
public boolean isChunked(ucar.nc2.Variable v)
- Specified by:
isChunkedin interfaceucar.nc2.write.Nc4Chunking
-
computeChunking
public long[] computeChunking(ucar.nc2.Variable v)
- Specified by:
computeChunkingin interfaceucar.nc2.write.Nc4Chunking
-
getDeflateLevel
public int getDeflateLevel(ucar.nc2.Variable v)
- Specified by:
getDeflateLevelin interfaceucar.nc2.write.Nc4Chunking
-
isShuffle
public boolean isShuffle(ucar.nc2.Variable v)
- Specified by:
isShufflein interfaceucar.nc2.write.Nc4Chunking
-
-