[]
        
(Showing Draft Content)

org.jpedal.jbig2.decoders.HuffmanDecoder.buildTable

buildTable Method

buildTable(int[][], int)

Declaration
public static int[][] buildTable(int[][] table, int length)
Public Shared Function buildTable(table As Integer()(), length As Integer) As Integer()()
Parameters
Type Name Description
int[][] table
int length
Returns
Type Description
int[][]