blob: bbfb11e67aa80570d11680137a16c8a923fb2645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
// 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__
|