Package org.apache.poi.hslf.blip
Class Metafile.Header
java.lang.Object
org.apache.poi.hslf.blip.Metafile.Header
- Enclosing class:
Metafile
A structure which represents a 34-byte header preceding the compressed metafile data
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getSize()
int
void
read
(byte[] data, int offset) void
write
(OutputStream out)
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
read
public void read(byte[] data, int offset) -
write
- Throws:
IOException
-
getSize
public int getSize() -
getWmfSize
public int getWmfSize() -
getBounds
-