Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » codec » wmf » [javadoc | source]
com.lowagie.text.pdf.codec.wmf
public class: InputMeta [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.wmf.InputMeta
Field Summary
 InputStream in     
 int length     
Constructor:
 public InputMeta(InputStream in) 
Method from com.lowagie.text.pdf.codec.wmf.InputMeta Summary:
getLength,   readByte,   readColor,   readInt,   readShort,   readWord,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.wmf.InputMeta Detail:
 public int getLength() 
 public int readByte() throws IOException 
 public Color readColor() throws IOException 
 public int readInt() throws IOException 
 public int readShort() throws IOException 
 public int readWord() throws IOException 
 public  void skip(int len) throws IOException