ComponentOne PDF for .NET
org.jpedal.jbig2.decoders Namespace / HuffmanDecoder Class / buildTable Method

In This Topic
    buildTable Method (HuffmanDecoder)
    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