org.w3c.tools.jpeg
Interface Jpeg

All Known Implementing Classes:
JpegHeaders

public interface Jpeg


Field Summary
static int M_APP0
           
static int M_APP1
           
static int M_APP10
           
static int M_APP11
           
static int M_APP12
           
static int M_APP13
           
static int M_APP14
           
static int M_APP15
           
static int M_APP2
           
static int M_APP3
           
static int M_APP4
           
static int M_APP5
           
static int M_APP6
           
static int M_APP7
           
static int M_APP8
           
static int M_APP9
           
static int M_COM
           
static int M_EOI
           
static int M_MAX_COM_LENGTH
           
static int M_SOF0
           
static int M_SOF1
           
static int M_SOF10
           
static int M_SOF11
           
static int M_SOF13
           
static int M_SOF14
           
static int M_SOF15
           
static int M_SOF2
           
static int M_SOF3
           
static int M_SOF5
           
static int M_SOF6
           
static int M_SOF7
           
static int M_SOF9
           
static int M_SOI
           
static int M_SOS
           
 

Field Detail

M_SOF0

public static final int M_SOF0
See Also:
Constant Field Values

M_SOF1

public static final int M_SOF1
See Also:
Constant Field Values

M_SOF2

public static final int M_SOF2
See Also:
Constant Field Values

M_SOF3

public static final int M_SOF3
See Also:
Constant Field Values

M_SOF5

public static final int M_SOF5
See Also:
Constant Field Values

M_SOF6

public static final int M_SOF6
See Also:
Constant Field Values

M_SOF7

public static final int M_SOF7
See Also:
Constant Field Values

M_SOF9

public static final int M_SOF9
See Also:
Constant Field Values

M_SOF10

public static final int M_SOF10
See Also:
Constant Field Values

M_SOF11

public static final int M_SOF11
See Also:
Constant Field Values

M_SOF13

public static final int M_SOF13
See Also:
Constant Field Values

M_SOF14

public static final int M_SOF14
See Also:
Constant Field Values

M_SOF15

public static final int M_SOF15
See Also:
Constant Field Values

M_SOI

public static final int M_SOI
See Also:
Constant Field Values

M_EOI

public static final int M_EOI
See Also:
Constant Field Values

M_SOS

public static final int M_SOS
See Also:
Constant Field Values

M_APP0

public static final int M_APP0
See Also:
Constant Field Values

M_APP1

public static final int M_APP1
See Also:
Constant Field Values

M_APP2

public static final int M_APP2
See Also:
Constant Field Values

M_APP3

public static final int M_APP3
See Also:
Constant Field Values

M_APP4

public static final int M_APP4
See Also:
Constant Field Values

M_APP5

public static final int M_APP5
See Also:
Constant Field Values

M_APP6

public static final int M_APP6
See Also:
Constant Field Values

M_APP7

public static final int M_APP7
See Also:
Constant Field Values

M_APP8

public static final int M_APP8
See Also:
Constant Field Values

M_APP9

public static final int M_APP9
See Also:
Constant Field Values

M_APP10

public static final int M_APP10
See Also:
Constant Field Values

M_APP11

public static final int M_APP11
See Also:
Constant Field Values

M_APP12

public static final int M_APP12
See Also:
Constant Field Values

M_APP13

public static final int M_APP13
See Also:
Constant Field Values

M_APP14

public static final int M_APP14
See Also:
Constant Field Values

M_APP15

public static final int M_APP15
See Also:
Constant Field Values

M_COM

public static final int M_COM
See Also:
Constant Field Values

M_MAX_COM_LENGTH

public static final int M_MAX_COM_LENGTH
See Also:
Constant Field Values