
Public Member Functions | |
| GifHash () | |
| void | reset () |
| int | findMatch (short codePrefix, byte charValue) |
| CodeEntry | getCodeEntry (int index) |
|
|
Initialize the array |
|
||||||||||||
|
Hashing routine. It tries to find a match for the prefix + char string in the string table. If found, returns the index, else returns the first available index. |
|
|
Get code entry object |
|
|
Reset the array |
1.3.9.1