Class DIBHeader.BitmapCoreHeaderV2

java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.DIBHeader
com.twelvemonkeys.imageio.plugins.bmp.DIBHeader.BitmapCoreHeaderV2
Enclosing class:
DIBHeader

static final class DIBHeader.BitmapCoreHeaderV2 extends DIBHeader
OS/2 BitmapCoreHeader Version 2.

NOTE: According to the docs this header is variable size. However, it seems that the size is either 16, 40 or 64, which is covered (40 is the size of the normal DIBHeader.BitmapInfoHeader, and has the same layout).

See Also: