904N/A# Copyright (c) 2007, Oracle
and/or its affiliates. All rights reserved.
904N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
904N/A# This code is free software; you can redistribute it
and/or modify it
904N/A# under the terms of the GNU General Public License version 2 only, as
904N/A# published by the Free Software Foundation. Oracle designates this
904N/A# particular file as subject to the "Classpath" exception as provided
904N/A# by Oracle in the LICENSE file that accompanied this code.
904N/A# This code is distributed in the hope that it will be useful, but WITHOUT
904N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
904N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
904N/A# version 2 for more details (a copy is included in the LICENSE file that
904N/A# accompanied this code).
904N/A# You should have received a copy of the GNU General Public License version
904N/A# 2 along with this work; if not, write to the Free Software Foundation,
904N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3996N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
904N/A# Define public interface.
904N/A Java_sun_awt_image_JPEGImageDecoder_initIDs;
904N/A Java_sun_awt_image_JPEGImageDecoder_readImage;
3996N/A Java_sun_awt_image_codec_JPEGImageDecoderImpl_initDecoder;
3996N/A Java_sun_awt_image_codec_JPEGImageDecoderImpl_readJPEGStream;
3996N/A Java_sun_awt_image_codec_JPEGImageEncoderImpl_initEncoder;
904N/A Java_sun_awt_image_codec_JPEGImageEncoderImpl_writeJPEGStream;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_initReaderIDs;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_initJPEGImageReader;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setSource;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImageHeader;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_setOutColorSpace;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_readImage;
3469N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_abortRead;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetReader;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_disposeReader;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_resetLibraryState;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_initWriterIDs;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_initJPEGImageWriter;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_setDest;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeTables;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_abortWrite;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_resetWriter;
904N/A Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_disposeWriter;