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

In This Topic
    buildTable Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function buildTable( _
       ByVal table() As Integer, _
       ByVal length As Integer _
    ) As Integer()
    public static int[] buildTable( 
       int[] table,
       int length
    )

    Parameters

    table
    length
    See Also