pixelmed
|
Public Member Functions | |
HuffmanTable (int TableClass, int HuffmanTableIdentifier, int[] nHuffmanCodesOfLengthI, int[][] ValueOfHuffmanCodeIJ) | |
int [] | getMINCODE () |
int [] | getMAXCODE () |
int [] | getVALPTR () |
int [] | getHUFFVAL () |
int | getEOBCode () |
int | getEOBCodeLength () |
String | toString () |
A JPEG Huffman Table.
Definition at line 10 of file HuffmanTable.java.
com.pixelmed.codec.jpeg.HuffmanTable.HuffmanTable | ( | int | TableClass, |
int | HuffmanTableIdentifier, | ||
int [] | nHuffmanCodesOfLengthI, | ||
int | ValueOfHuffmanCodeIJ[][] | ||
) |
Definition at line 19 of file HuffmanTable.java.
int com.pixelmed.codec.jpeg.HuffmanTable.getEOBCode | ( | ) |
Definition at line 56 of file HuffmanTable.java.
int com.pixelmed.codec.jpeg.HuffmanTable.getEOBCodeLength | ( | ) |
Definition at line 57 of file HuffmanTable.java.
int [] com.pixelmed.codec.jpeg.HuffmanTable.getHUFFVAL | ( | ) |
Definition at line 50 of file HuffmanTable.java.
int [] com.pixelmed.codec.jpeg.HuffmanTable.getMAXCODE | ( | ) |
Definition at line 48 of file HuffmanTable.java.
int [] com.pixelmed.codec.jpeg.HuffmanTable.getMINCODE | ( | ) |
Definition at line 47 of file HuffmanTable.java.
int [] com.pixelmed.codec.jpeg.HuffmanTable.getVALPTR | ( | ) |
Definition at line 49 of file HuffmanTable.java.
String com.pixelmed.codec.jpeg.HuffmanTable.toString | ( | ) |
Definition at line 166 of file HuffmanTable.java.