j2d.io.gif.stills
Class LZWStringTable
java.lang.Object
   j2d.io.gif.stills.LZWStringTable
j2d.io.gif.stills.LZWStringTable
- public class LZWStringTable 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LZWStringTable
public LZWStringTable()
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)
-