#include <mi32/html.h>
Public Attributes | |
| Cardinal | avail_in |
| Cardinal | avail_out |
| int | codesize |
| XtPointer | external_state |
| Boolean | is_progressive |
| String | msg |
| unsigned char * | next_in |
| unsigned char * | next_out |
| int | state |
| Cardinal | total_in |
| Cardinal | total_out |
|
|
number of bytes available at next_in
|
|
|
remaining free space at next_out
|
|
|
initial LZW codesize
|
|
|
room for decoder-specific data
|
|
|
when used by a progressive loader
|
|
|
last error message, or NULL
|
|
|
next input byte
|
|
|
next output byte should be put there
|
|
|
decoder state
|
|
|
total nb of input bytes read so far
|
|
|
total nb of bytes output so far
|
1.3.8-20040913