public JPEGQTable (int[] table)

Constructs a quantization table from the argument, which must contain 64 elements in natural order (not zig-zag order). A copy is made of the input array.

Parameters:
table    the quantization table, as an int array.

Exceptions:
IllegalArgumentException    if table is null or table.length is not equal to 64.