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

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

public class InputMeta
extends Object


Field Summary
(package private)  InputStream in
           
(package private)  int length
           
 
Constructor Summary
InputMeta(InputStream in)
           
 
Method Summary
 int getLength()
           
 int readByte()
           
 Color 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
 

Field Detail

in

InputStream in

length

int length
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

Hosted by Hostbasket