ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / EntropyDecoder Class / getInternCodeBlock Method

In This Topic
    getInternCodeBlock Method (EntropyDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function getInternCodeBlock( _
       ByVal param1 As Integer, _
       ByVal param2 As Integer, _
       ByVal param3 As Integer, _
       ByVal param4 As SubbandSyn, _
       ByVal param5 As DataBlk _
    ) As DataBlk
    public abstract DataBlk getInternCodeBlock( 
       int param1,
       int param2,
       int param3,
       SubbandSyn param4,
       DataBlk param5
    )

    Parameters

    param1
    param2
    param3
    param4
    param5
    See Also