Unit 'ascii85' Package
[Overview][Types][Classes][Index] [#fcl-base]

TASCII85State

Declaration

Source position: ascii85.pp line 29

type TASCII85State = (

  ascInitial = 0,

  ascOneEncodedChar = 1,

  ascTwoEncodedChars = 2,

  ascThreeEncodedChars = 3,

  ascFourEncodedChars = 4,

  ascNoEncodedChar = 5,

  ascPrefix = 6

);


Documentation generated on: 2023-03-18