Packageorg.alivepdf.encoding
Classpublic class IntBlock
InheritanceIntBlock Inheritance Object



Public Properties
 PropertyDefined By
  data : int
IntBlock
  down : IntBlock
IntBlock
  next : IntBlock
IntBlock
Public Methods
 MethodDefined By
  
IntBlock(dt:int, nx:IntBlock, dn:IntBlock)
IntBlock
  
create8_8(arr:Array):IntBlock
[static]
IntBlock
Property Detail
dataproperty
public var data:int

downproperty 
public var down:IntBlock

nextproperty 
public var next:IntBlock

Constructor Detail
IntBlock()Constructor
public function IntBlock(dt:int, nx:IntBlock, dn:IntBlock)



Parameters
dt:int
 
nx:IntBlock
 
dn:IntBlock
Method Detail
create8_8()method
public static function create8_8(arr:Array):IntBlock

Parameters

arr:Array

Returns
IntBlock