Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
HDFNBITChunkInfo Class Reference

Detailed Description

This class is a container for the parameters to the HDF NBIT compressed chunked class.

In this case, the information is the start bit, len, sign extension and fill.

+ Inheritance diagram for HDFNBITChunkInfo:

Public Member Functions

 HDFNBITChunkInfo ()
 
 HDFNBITChunkInfo (int[] cl, int sb, int bl, int se, int fo)
 
- Public Member Functions inherited from HDFChunkInfo
 HDFChunkInfo ()
 
 HDFChunkInfo (int[] cl, int ct, HDFCompInfo ci)
 
 HDFChunkInfo (int[] cl)
 

Data Fields

int[] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS]
 
int start_bit = 0
 
int bit_len = 0
 
int sign_ext = 0
 
int fill_one = 0
 
- Data Fields inherited from HDFChunkInfo
int ctype
 
int[] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS]
 
int comp_type = HDFConstants.COMP_CODE_NONE
 
HDFCompInfo cinfo = null
 

Constructor & Destructor Documentation

◆ HDFNBITChunkInfo() [1/2]

◆ HDFNBITChunkInfo() [2/2]

HDFNBITChunkInfo ( int[] cl,
int sb,
int bl,
int se,
int fo )

Field Documentation

◆ bit_len

int bit_len = 0

◆ chunk_lengths

int [] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS]

◆ fill_one

int fill_one = 0

◆ sign_ext

int sign_ext = 0

◆ start_bit

int start_bit = 0

The documentation for this class was generated from the following file: