home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class sun_awt_image_JPEGImageDecoder */
-
- #ifndef _Included_sun_awt_image_JPEGImageDecoder
- #define _Included_sun_awt_image_JPEGImageDecoder
- struct Hsun_awt_image_InputStreamImageSource;
- struct Hjava_io_InputStream;
- struct Hjava_lang_Thread;
- struct Hsun_awt_image_ImageConsumerQueue;
- struct Hsun_awt_image_ImageDecoder;
- struct Hsun_awt_image_PixelStore;
- struct Hjava_util_Hashtable;
-
- #pragma pack(4)
-
- typedef struct Classsun_awt_image_JPEGImageDecoder {
- struct Hsun_awt_image_InputStreamImageSource *source;
- struct Hjava_io_InputStream *input;
- struct Hjava_lang_Thread *feeder;
- /*boolean*/ long aborted;
- /*boolean*/ long finished;
- struct Hsun_awt_image_ImageConsumerQueue *queue;
- struct Hsun_awt_image_ImageDecoder *next;
- /* Inaccessible static: RGBcolormodel */
- /* Inaccessible static: Graycolormodel */
- struct Hsun_awt_image_PixelStore *store;
- struct Hjava_util_Hashtable *props;
- #undef sun_awt_image_JPEGImageDecoder_hintflags
- #define sun_awt_image_JPEGImageDecoder_hintflags 22L
- } Classsun_awt_image_JPEGImageDecoder;
- HandleTo(sun_awt_image_JPEGImageDecoder);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- extern void sun_awt_image_JPEGImageDecoder_readImage(struct Hsun_awt_image_JPEGImageDecoder *,struct Hjava_io_InputStream *,HArrayOfByte *);
- #ifdef __cplusplus
- }
- #endif
- #endif
-