Class LZWStringTable

Class LZWStringTable

java.lang.Object
   |
   +----LZWStringTable

class LZWStringTable
extends Object

Constructor Index

 o LZWStringTable()

Method Index

 o AddCharString(short, byte)
 o ClearTable(int)
 o FindCharString(short, byte)
 o Hash(short, byte)

Constructors

 o LZWStringTable
  public LZWStringTable()

Methods

 o AddCharString
  public int AddCharString(short index,
                           byte b)
 o FindCharString
  public short FindCharString(short index,
                              byte b)
 o ClearTable
  public void ClearTable(int codesize)
 o Hash
  public static int Hash(short index,
                         byte lastbyte)