com.itextpdf.text.pdf.codec.wmf
Class InputMeta

java.lang.Object
  extended by com.itextpdf.text.pdf.codec.wmf.InputMeta

public class InputMeta
extends Object


Constructor Summary
InputMeta(InputStream in)
           
 
Method Summary
 int getLength()
           
 int readByte()
           
 BaseColor readColor()
           
 int readInt()
           
 int readShort()
           
 int readWord()
           
 void skip(int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2013. All Rights Reserved.