public class BmpReader extends Object
References:
Modifier and Type | Field and Description |
---|---|
static int |
BITMAP
"BM" - Windows or OS/2 bitmap
|
static int |
OS2_BITMAP_ARRAY
"BA" - OS/2 Bitmap array (multiple bitmaps)
|
static int |
OS2_COLOR_ICON
"CI" - OS/2 Color icon
|
static int |
OS2_COLOR_POINTER
"CP" - OS/2 Color pointer
|
static int |
OS2_ICON
"IC" - OS/2 Icon
|
static int |
OS2_POINTER
"PT" - OS/2 Pointer
|
Constructor and Description |
---|
BmpReader() |
Modifier and Type | Method and Description |
---|---|
void |
extract(SequentialReader reader,
Metadata metadata) |
public static final int BITMAP
public static final int OS2_BITMAP_ARRAY
public static final int OS2_ICON
public static final int OS2_COLOR_ICON
public static final int OS2_COLOR_POINTER
public static final int OS2_POINTER
public void extract(SequentialReader reader, Metadata metadata)
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.