ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.decoders Namespace / HuffmanDecoder Class / decodeInt Method

In This Topic
    decodeInt Method (HuffmanDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function decodeInt( _
       ByVal table() As Integer _
    ) As DecodeIntResult
    public virtual DecodeIntResult decodeInt( 
       int[] table
    )

    Parameters

    table
    See Also