ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / EntropyCoder Class / createInstance Method
The source of data to be entropy coded
The parameter list (or options).
Precinct partition specifications
By-pass mode specifications
MQ-reset specifications
Regular termination specifications
Causal stripes specifications
Error resolution segment symbol use specifications
Length computation specifications
Termination type specifications

In This Topic
    createInstance Method (EntropyCoder)
    In This Topic
    Creates a EntropyCoder object for the appropriate entropy coding parameters in the parameter list 'pl', and having 'src' as the source of quantized data.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal src As CBlkQuantDataSrcEnc, _
       ByVal pl As ParameterList, _
       ByVal cblks As CBlkSizeSpec, _
       ByVal pss As PrecinctSizeSpec, _
       ByVal bms As StringSpec, _
       ByVal mqrs As StringSpec, _
       ByVal rts As StringSpec, _
       ByVal css As StringSpec, _
       ByVal sss As StringSpec, _
       ByVal lcs As StringSpec, _
       ByVal tts As StringSpec _
    ) As EntropyCoder

    Parameters

    src
    The source of data to be entropy coded
    pl
    The parameter list (or options).
    cblks
    pss
    Precinct partition specifications
    bms
    By-pass mode specifications
    mqrs
    MQ-reset specifications
    rts
    Regular termination specifications
    css
    Causal stripes specifications
    sss
    Error resolution segment symbol use specifications
    lcs
    Length computation specifications
    tts
    Termination type specifications
    Exceptions
    ExceptionDescription
    If an error occurs while parsing the options in 'pl'
    See Also