Class WbmpImageParser.WbmpHeader

  • Enclosing class:
    WbmpImageParser

    static class WbmpImageParser.WbmpHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte fixHeaderField  
      (package private) int height  
      (package private) int typeField  
      (package private) int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      WbmpHeader​(int typeField, byte fixHeaderField, int width, int height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • typeField

        int typeField
      • fixHeaderField

        byte fixHeaderField
      • width

        int width
      • height

        int height
    • Constructor Detail

      • WbmpHeader

        WbmpHeader​(int typeField,
                   byte fixHeaderField,
                   int width,
                   int height)
    • Method Detail

      • dump

        public void dump​(java.io.PrintWriter pw)