Class HDFSZIPCompInfo


  • public class HDFSZIPCompInfo
    extends HDFNewCompInfo

    This class is a container for the parameters to the HDF SZIP compression algorithm.

    In this case, the only parameter is the ``level'' of deflation.

    For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu

    • Constructor Summary

      Constructors 
      Constructor Description
      HDFSZIPCompInfo()  
      HDFSZIPCompInfo​(int bits_per_pixel_in, int options_mask_in, int pixels_in, int pixels_per_block_in, int pixels_per_scanline_in)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bits_per_pixel

        public int bits_per_pixel
      • options_mask

        public int options_mask
      • pixels

        public int pixels
      • pixels_per_block

        public int pixels_per_block
      • pixels_per_scanline

        public int pixels_per_scanline
    • Constructor Detail

      • HDFSZIPCompInfo

        public HDFSZIPCompInfo()
      • HDFSZIPCompInfo

        public HDFSZIPCompInfo​(int bits_per_pixel_in,
                               int options_mask_in,
                               int pixels_in,
                               int pixels_per_block_in,
                               int pixels_per_scanline_in)