Packageorg.purepdf.io.zip
Classpublic class InflaterInputStream
InheritanceInflaterInputStream Inheritance FilterInputStream Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedavailable : int
[read-only]
FilterInputStream
 Inheritedbytearray : ByteArray
[read-only]
FilterInputStream
 Inheritedposition : int
[read-only]
FilterInputStream
 Inheritedsize : int
[read-only]
FilterInputStream
Protected Properties
 PropertyDefined By
  buf : Bytes
InflaterInputStream
  c_stream : ZStream
InflaterInputStream
 Inheritedinput : InputStream
FilterInputStream
  len : int
InflaterInputStream
Public Methods
 MethodDefined By
  
InflaterInputStream
 Inherited
FilterInputStream
  
readBytes(b:ByteArray, off:int, len:int):int
[override]
InflaterInputStream
  
[override]
InflaterInputStream
 Inherited
skip(n:Number):Number
FilterInputStream
Protected Methods
 MethodDefined By
  
CHECK_ERR(z:ZStream, err:int, msg:String):void
[static]
InflaterInputStream
Property Detail
bufproperty
protected var buf:Bytes

c_streamproperty 
protected var c_stream:ZStream

lenproperty 
protected var len:int

Constructor Detail
InflaterInputStream()Constructor
public function InflaterInputStream(stream:InputStream)



Parameters
stream:InputStream
Method Detail
CHECK_ERR()method
protected static function CHECK_ERR(z:ZStream, err:int, msg:String):void

Parameters

z:ZStream
 
err:int
 
msg:String

readBytes()method 
override public function readBytes(b:ByteArray, off:int, len:int):int

Parameters

b:ByteArray
 
off:int
 
len:int

Returns
int
readUnsignedByte()method 
override public function readUnsignedByte():int

Returns
int