Package com.itextpdf.text.pdf.codec.wmf
Class InputMeta
- java.lang.Object
-
- com.itextpdf.text.pdf.codec.wmf.InputMeta
-
public class InputMeta extends Object
-
-
Constructor Summary
Constructors Constructor Description InputMeta(InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
int
readByte()
BaseColor
readColor()
int
readInt()
int
readShort()
int
readWord()
void
skip(int len)
-
-
-
Constructor Detail
-
InputMeta
public InputMeta(InputStream in)
-
-
Method Detail
-
readWord
public int readWord() throws IOException
- Throws:
IOException
-
readShort
public int readShort() throws IOException
- Throws:
IOException
-
readInt
public int readInt() throws IOException
- Throws:
IOException
-
readByte
public int readByte() throws IOException
- Throws:
IOException
-
skip
public void skip(int len) throws IOException
- Throws:
IOException
-
getLength
public int getLength()
-
readColor
public BaseColor readColor() throws IOException
- Throws:
IOException
-
-