Class 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 Detail

      • isChunked

        public boolean isChunked​(ucar.nc2.Variable v)
        Specified by:
        isChunked in interface ucar.nc2.write.Nc4Chunking
      • computeChunking

        public long[] computeChunking​(ucar.nc2.Variable v)
        Specified by:
        computeChunking in interface ucar.nc2.write.Nc4Chunking
      • getDeflateLevel

        public int getDeflateLevel​(ucar.nc2.Variable v)
        Specified by:
        getDeflateLevel in interface ucar.nc2.write.Nc4Chunking
      • isShuffle

        public boolean isShuffle​(ucar.nc2.Variable v)
        Specified by:
        isShuffle in interface ucar.nc2.write.Nc4Chunking