FilterLZW_FPDI
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
FilterLZW_FPDI($fpdi)
No description
Details
at line 30
error($msg)
in FilterLZW at line 44
decode(string $data)
Method to decode LZW 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.