class FilterLZW_FPDI extends FilterLZW

Properties

$sTable from FilterLZW
$data from FilterLZW
$dataLength from FilterLZW
$tIdx from FilterLZW
$bitsToGet from FilterLZW
$bytePointer from FilterLZW
$bitPointer from FilterLZW
$nextData from FilterLZW
$nextBits from FilterLZW
$andTable from FilterLZW
$fpdi

Methods

error($msg)

No description

decode(string $data)

Method to decode LZW compressed data.

from FilterLZW
initsTable()

Initialize the string table.

from FilterLZW
addStringToTable($oldString, $newString = '')

Add a new string to the string table.

from FilterLZW
getNextCode()

No description

from FilterLZW
encode($in)

No description

from FilterLZW
FilterLZW_FPDI($fpdi)

No description

Details

at line 30
error($msg)

Parameters

$msg

in FilterLZW at line 44
decode(string $data)

Method to decode LZW compressed data.

Parameters

string $data data The compressed data.

in FilterLZW at line 105
initsTable()

Initialize the string table.

in FilterLZW at line 118
addStringToTable($oldString, $newString = '')

Add a new string to the string table.

Parameters

$oldString
$newString

in FilterLZW at line 134
getNextCode()

in FilterLZW at line 153
encode($in)

Parameters

$in

at line 26
FilterLZW_FPDI($fpdi)

Parameters

$fpdi