com.lowagie.text.pdf.codec.wmf
public class InputMeta extends Object
Modifier and Type | Field and Description |
---|---|
(package private) InputStream |
in |
(package private) int |
length |
Constructor and Description |
---|
InputMeta(InputStream in) |
InputStream in
int length
public InputMeta(InputStream in)
public int readWord() throws IOException
IOException
public int readShort() throws IOException
IOException
public int readInt() throws IOException
IOException
public int readByte() throws IOException
IOException
public void skip(int len) throws IOException
IOException
public int getLength()
public Color readColor() throws IOException
IOException