[Overview][Types][Classes][Index] |
Encoder state enumeration
Source position: ascii85.pp line 29
type TASCII85State = ( |
||
ascInitial, |
|
Initial state |
ascOneEncodedChar, |
|
One encoded character in buffer. |
ascTwoEncodedChars, |
|
Two encoded characters in buffer. |
ascThreeEncodedChars, |
|
Three encoded characters in buffer. |
ascFourEncodedChars, |
|
Four encoded characters in buffer. |
ascNoEncodedChar, |
|
No encoded characters in buffer. |
ascPrefix |
|
Prefix processing |
); |
TASCII85State is for internal use, it contains the current state of the decoder.
|
ASCII 85 decoder stream. |
lazarus-ccr.sourceforge.net |