Packageorg.purepdf.pdf.interfaces
Interfacepublic interface IOutputStream
Implementors ByteBuffer, OutputStreamCounter



Public Methods
 MethodDefined By
  
writeByteArray(value:ByteArray, off:int = 0, len:int = 0):void
IOutputStream
  
writeBytes(value:Bytes, off:int = 0, len:int = 0):void
IOutputStream
  
writeInt(value:int):void
IOutputStream
Method Detail
writeByteArray()method
public function writeByteArray(value:ByteArray, off:int = 0, len:int = 0):void

Parameters

value:ByteArray
 
off:int (default = 0)
 
len:int (default = 0)

writeBytes()method 
public function writeBytes(value:Bytes, off:int = 0, len:int = 0):void

Parameters

value:Bytes
 
off:int (default = 0)
 
len:int (default = 0)

writeInt()method 
public function writeInt(value:int):void

Parameters

value:int