ncsa.hdf.hdflib
Class HDFSZIPCompInfo
java.lang.Object
ncsa.hdf.hdflib.HDFCompInfo
ncsa.hdf.hdflib.HDFNewCompInfo
ncsa.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.
For details of the HDF libraries, see the HDF Documentation at:
http://hdf.ncsa.uiuc.edu
Constructor Summary |
HDFSZIPCompInfo()
|
HDFSZIPCompInfo(int bits_per_pixel_in,
int options_mask_in,
int pixels_in,
int pixels_per_block_in,
int pixels_per_scanline_in)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)