Documentation

Lzw
in package

GIF Util - (C) 2003 Yamasoft (S/C)

All Rights Reserved

This file can be freely copied, distributed, modified, updated by anyone under the only condition to leave the original address (Yamasoft, http://www.yamasoft.com) and this header.

Tags
link
http://www.yamasoft.com

Table of Contents

Properties

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

Methods

__construct()  : mixed
deCompress()  : mixed
GetCode()  : mixed
GetCodeInit()  : mixed
LZWCommand()  : mixed
LZWCommandInit()  : mixed

Properties

$Buf

public mixed $Buf

$ClearCode

public mixed $ClearCode

$CodeSize

public mixed $CodeSize

$CurBit

public mixed $CurBit

$Done

public mixed $Done

$EndCode

public mixed $EndCode

$FirstCode

public mixed $FirstCode

$Fresh

public mixed $Fresh

$LastBit

public mixed $LastBit

$LastByte

public mixed $LastByte

$MAX_LZW_BITS

public mixed $MAX_LZW_BITS

$MaxCode

public mixed $MaxCode

$MaxCodeSize

public mixed $MaxCodeSize

$Next

public mixed $Next

$OldCode

public mixed $OldCode

$SetCodeSize

public mixed $SetCodeSize

$sp

public mixed $sp

$Stack

public mixed $Stack

$Vals

public mixed $Vals

Methods

__construct()

public __construct() : mixed

deCompress()

public deCompress(mixed $data, mixed &$datLen) : mixed
Parameters
$data : mixed
$datLen : mixed

GetCode()

public GetCode(mixed &$data, mixed &$dp) : mixed
Parameters
$data : mixed
$dp : mixed

GetCodeInit()

public GetCodeInit(mixed &$data, mixed &$dp) : mixed
Parameters
$data : mixed
$dp : mixed

LZWCommand()

public LZWCommand(mixed &$data, mixed &$dp) : mixed
Parameters
$data : mixed
$dp : mixed

LZWCommandInit()

public LZWCommandInit(mixed &$data, mixed &$dp) : mixed
Parameters
$data : mixed
$dp : mixed

        
On this page

Search results