Class Metafile.Header

java.lang.Object
org.apache.poi.hslf.blip.Metafile.Header
Enclosing class:
Metafile

public static class Metafile.Header extends Object
A structure which represents a 34-byte header preceding the compressed metafile data
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • read

      public void read(byte[] data, int offset)
    • write

      public void write(OutputStream out) throws IOException
      Throws:
      IOException
    • getSize

      public int getSize()
    • getWmfSize

      public int getWmfSize()
    • getBounds

      public Rectangle getBounds()