| java.lang.Object de.anomic.ymage.ymageBMPParser
ymageBMPParser | public class ymageBMPParser (Code) | | |
Inner Class :public static class INFOHEADER | |
Inner Class :public static class COLORTABLE | |
Inner Class :public static class IMAGEMAP | |
Method Summary | |
final public static int | BYTE(byte[] b, int offset) | final public static int | DWORD(byte[] b, int offset) | final public static int | WORD(byte[] b, int offset) | public BufferedImage | getImage() | final public static boolean | isBMP(byte[] source) | public static void | main(String[] args) |
INFOHEADER_size | public static int INFOHEADER_size(Code) | | |
ymageBMPParser | public ymageBMPParser(byte[] source)(Code) | | |
BYTE | final public static int BYTE(byte[] b, int offset)(Code) | | |
DWORD | final public static int DWORD(byte[] b, int offset)(Code) | | |
WORD | final public static int WORD(byte[] b, int offset)(Code) | | |
isBMP | final public static boolean isBMP(byte[] source)(Code) | | |
|
|