return huffmanTable.getHuffVal()[j];
}
public BufferedImage decode(final ByteSource byteSource) throws IOException,
ImageReadException {
final JpegUtils jpegUtils = new JpegUtils();
jpegUtils.traverseJFIF(byteSource, this);
if (imageReadException != null) {
throw imageReadException;
}
if (ioException != null) {
throw ioException;