Package hdf.hdflib
Class HDFSZIPCompInfo
- java.lang.Object
-
- hdf.hdflib.HDFCompInfo
-
- hdf.hdflib.HDFNewCompInfo
-
- hdf.hdflib.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.
-
-
Field Summary
Fields Modifier and Type Field Description int
bits_per_pixel
int
options_mask
int
pixels
int
pixels_per_block
int
pixels_per_scanline
-
Fields inherited from class hdf.hdflib.HDFNewCompInfo
ctype
-
-
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)
-