1 2 3 4 5 6 7 8
package aufgaben.imageio; public class ImageType { public static final byte RAW = 0x00; public static final byte COMPRESSED = 0x01; }