XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
CGIFLZW Class Reference

Public Member Functions

 CGIFLZW ()
 
 deCompress ($data, &$datLen)
 
 GetCode (&$data, $bInit)
 
 LZWCommand (&$data, $bInit)
 

Public Attributes

 $Buf
 
 $ClearCode
 
 $CodeSize
 
 $CurBit
 
 $Done
 
 $EndCode
 
 $FirstCode
 
 $Fresh
 
 $LastBit
 
 $LastByte
 
 $MAX_LZW_BITS
 
 $MaxCode
 
 $MaxCodeSize
 
 $Next
 
 $OldCode
 
 $SetCodeSize
 
 $sp
 
 $Stack
 
 $Vals
 

Detailed Description

Definition at line 164 of file phpthumb.gif.php.

Member Function Documentation

CGIFLZW::CGIFLZW ( )

Definition at line 173 of file phpthumb.gif.php.

CGIFLZW::deCompress (   $data,
$datLen 
)

Definition at line 189 of file phpthumb.gif.php.

References $ret, and LZWCommand().

Here is the call graph for this function:

CGIFLZW::GetCode ( $data,
  $bInit 
)

Definition at line 328 of file phpthumb.gif.php.

References $CodeSize, $i, $j, and $LastBit.

Referenced by LZWCommand().

Here is the caller graph for this function:

CGIFLZW::LZWCommand ( $data,
  $bInit 
)

Definition at line 213 of file phpthumb.gif.php.

References $ClearCode, $FirstCode, $i, $MAX_LZW_BITS, $OldCode, $SetCodeSize, $sp, and GetCode().

Referenced by deCompress().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

CGIFLZW::$Buf

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$ClearCode

Definition at line 168 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$CodeSize

Definition at line 167 of file phpthumb.gif.php.

Referenced by GetCode().

CGIFLZW::$CurBit

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$Done

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$EndCode

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$FirstCode

Definition at line 167 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$Fresh

Definition at line 167 of file phpthumb.gif.php.

CGIFLZW::$LastBit

Definition at line 168 of file phpthumb.gif.php.

Referenced by GetCode().

CGIFLZW::$LastByte

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$MAX_LZW_BITS

Definition at line 166 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$MaxCode

Definition at line 167 of file phpthumb.gif.php.

CGIFLZW::$MaxCodeSize

Definition at line 167 of file phpthumb.gif.php.

CGIFLZW::$Next

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$OldCode

Definition at line 167 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$SetCodeSize

Definition at line 167 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$sp

Definition at line 168 of file phpthumb.gif.php.

Referenced by LZWCommand().

CGIFLZW::$Stack

Definition at line 168 of file phpthumb.gif.php.

CGIFLZW::$Vals

Definition at line 168 of file phpthumb.gif.php.


The documentation for this class was generated from the following file: