Package hdf.hdflib
Class HDFSZIPCompInfo
java.lang.Object
hdf.hdflib.HDFCompInfo
hdf.hdflib.HDFNewCompInfo
hdf.hdflib.HDFSZIPCompInfo
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
Modifier and TypeFieldDescriptionint
int
int
int
int
Fields inherited from class hdf.hdflib.HDFNewCompInfo
ctype
-
Constructor Summary
ConstructorDescriptionHDFSZIPCompInfo(int bits_per_pixel_in, int options_mask_in, int pixels_in, int pixels_per_block_in, int pixels_per_scanline_in)
-
Method Summary
-
Field Details
-
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 Details
-
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)
-