Package com.lowagie.text.pdf.codec.wmf
Class InputMeta
- java.lang.Object
-
- com.lowagie.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 intgetLength()intreadByte()ColorreadColor()intreadInt()intreadShort()intreadWord()voidskip(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 Color readColor() throws IOException
- Throws:
IOException
-
-