public class NotesBmpParser extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NotesBmpParser.Header  | 
| Constructor and Description | 
|---|
NotesBmpParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
checkBMP(byte[] bf,
        CachedImage image)  | 
static int[] | 
getPixels(Image parImage,
         int parWidth,
         int parHeight)  | 
static Image | 
loadbitmap(ByteArrayInputStream fs,
          String name,
          CachedImage item)  | 
static NotesBmpParser.Header | 
readHeader(byte[] bf,
          CachedImage image)  | 
public static boolean checkBMP(byte[] bf,
                               CachedImage image)
public static NotesBmpParser.Header readHeader(byte[] bf, CachedImage image)
public static Image loadbitmap(ByteArrayInputStream fs, String name, CachedImage item)
public static int[] getPixels(Image parImage, int parWidth, int parHeight)
Revision 4.0.15 / 20220727-0149