Class 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:
    OS/2 Bitmap File Format Summary
    • Constructor Detail

      • BitmapCoreHeaderV2

        BitmapCoreHeaderV2()
    • Method Detail

      • read

        protected void read​(int size,
                            java.io.DataInput stream)
                     throws java.io.IOException
        Specified by:
        read in class DIBHeader
        Throws:
        java.io.IOException
      • write

        protected void write​(java.io.DataOutput stream)
        Specified by:
        write in class DIBHeader