j2d.io.gif.stills
Class LZWStringTable

java.lang.Object
  extended by j2d.io.gif.stills.LZWStringTable

public class LZWStringTable
extends java.lang.Object


Constructor Summary
LZWStringTable()
           
 
Method Summary
 int addCharString(short index, byte b)
           
 void clearTable(int codesize)
           
 short findCharString(short index, byte b)
           
static int hash(short index, byte lastbyte)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LZWStringTable

public LZWStringTable()
Method Detail

addCharString

public int addCharString(short index,
                         byte b)

findCharString

public short findCharString(short index,
                            byte b)

clearTable

public void clearTable(int codesize)

hash

public static int hash(short index,
                       byte lastbyte)