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) protected void
protected void
setDimension
(Dimension size) protected void
setWmfSize
(int wmfSize) protected void
setZipSize
(int zipSize) 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() -
setWmfSize
protected void setWmfSize(int wmfSize) -
setZipSize
protected void setZipSize(int zipSize) -
getBounds
-
setBounds
-
setDimension
-