97b8365caf
From-SVN: r120621
90 lines
2.3 KiB
C++
90 lines
2.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_imageio_jpeg_JPEGMarker__
|
|
#define __gnu_javax_imageio_jpeg_JPEGMarker__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace jpeg
|
|
{
|
|
class JPEGMarker;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::imageio::jpeg::JPEGMarker : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
JPEGMarker();
|
|
static const jbyte JFIF_J = 74;
|
|
static const jbyte JFIF_F = 70;
|
|
static const jbyte JFIF_I = 73;
|
|
static const jbyte JFIF_X = 70;
|
|
static const jbyte JFXX_JPEG = 16;
|
|
static const jbyte JFXX_ONE_BPP = 17;
|
|
static const jbyte JFXX_THREE_BPP = 19;
|
|
static const jbyte XFF = -1;
|
|
static const jbyte X00 = 0;
|
|
static const jbyte APP0 = -32;
|
|
static const jbyte APP1 = -31;
|
|
static const jbyte APP2 = -30;
|
|
static const jbyte APP3 = -29;
|
|
static const jbyte APP4 = -28;
|
|
static const jbyte APP5 = -27;
|
|
static const jbyte APP6 = -26;
|
|
static const jbyte APP7 = -25;
|
|
static const jbyte APP8 = -24;
|
|
static const jbyte APP9 = -23;
|
|
static const jbyte APP10 = -22;
|
|
static const jbyte APP11 = -21;
|
|
static const jbyte APP12 = -20;
|
|
static const jbyte APP13 = -19;
|
|
static const jbyte APP14 = -18;
|
|
static const jbyte APP15 = -17;
|
|
static const jbyte RST0 = -48;
|
|
static const jbyte RST1 = -47;
|
|
static const jbyte RST2 = -46;
|
|
static const jbyte RST3 = -45;
|
|
static const jbyte RST4 = -44;
|
|
static const jbyte RST5 = -43;
|
|
static const jbyte RST6 = -42;
|
|
static const jbyte RST7 = -41;
|
|
static const jbyte SOF0 = -64;
|
|
static const jbyte SOF1 = -63;
|
|
static const jbyte SOF2 = -62;
|
|
static const jbyte SOF3 = -61;
|
|
static const jbyte SOF5 = -59;
|
|
static const jbyte SOF6 = -58;
|
|
static const jbyte SOF7 = -57;
|
|
static const jbyte SOF9 = -55;
|
|
static const jbyte SOF10 = -54;
|
|
static const jbyte SOF11 = -53;
|
|
static const jbyte SOF13 = -51;
|
|
static const jbyte SOF14 = -50;
|
|
static const jbyte SOF15 = -49;
|
|
static const jbyte DHT = -60;
|
|
static const jbyte DQT = -37;
|
|
static const jbyte SOS = -38;
|
|
static const jbyte DRI = -35;
|
|
static const jbyte COM = -2;
|
|
static const jbyte SOI = -40;
|
|
static const jbyte EOI = -39;
|
|
static const jbyte DNL = -36;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_imageio_jpeg_JPEGMarker__
|