Packageorg.purepdf.codecs.wmf
Classpublic class InputMeta
InheritanceInputMeta Inheritance Object



Protected Properties
 PropertyDefined By
  input : InputStream
InputMeta
  length : int
InputMeta
Public Methods
 MethodDefined By
  
InputMeta
  
InputMeta
  
getLength():int
InputMeta
  
InputMeta
  
readByte():int
InputMeta
  
InputMeta
  
readInt():int
InputMeta
  
readShort():int
InputMeta
  
readWord():int
InputMeta
  
skip(len:int):void
InputMeta
Property Detail
inputproperty
protected var input:InputStream

lengthproperty 
protected var length:int

Constructor Detail
InputMeta()Constructor
public function InputMeta(input:InputStream)



Parameters
input:InputStream
Method Detail
getAvailable()method
public function getAvailable():int

Returns
int
getLength()method 
public function getLength():int

Returns
int
getPosition()method 
public function getPosition():int

Returns
int
readByte()method 
public function readByte():int

Returns
int

Throws
IOError
readColor()method 
public function readColor():RGBColor

Returns
RGBColor

Throws
IOError
readInt()method 
public function readInt():int

Returns
int

Throws
IOError
readShort()method 
public function readShort():int

Returns
int

Throws
IOError
readWord()method 
public function readWord():int

Returns
int

Throws
IOError
skip()method 
public function skip(len:int):void

Parameters

len:int


Throws
IOError