ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace
Inheritance Hierarchy
In This Topic
    CSJ2K.j2k.entropy Namespace
    In This Topic
    Classes
     ClassDescription
    Class 
    ClassThis is the generic class to store coded (compressed) code-block. It stores the compressed data as well as the necessary side-information.

    This class is normally not used. Instead the EncRDCBlk, EncLyrdCBlk and the DecLyrdCBlk subclasses are used.

    Class 
    ClassThis class holds one of the different progression orders defined in the bit stream. The type(s) of progression order are defined in the ProgressionType interface. A Progression object is totally defined by its component start and end, resolution level start and end and layer start and end indexes. If no progression order change is defined, there is only Progression instance.
    ClassThis class extends ModuleSpec class for progression type(s) and progression order changes holding purposes.

    It stores the progression type(s) used in the codestream. There can be several progression type(s) if progression order changes are used (POC markers).

    Structures
     StructureDescription
    StructureThis interface define the constants that identify the possible options for the entropy coder, as well some fixed parameters of the JPEG 2000 entropy coder.
    See Also