ComponentOne PDF for .NET
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