TInputBuffer Object
Methods
Internally used class representing input buffer for lexical analyzer.

Unit
IcXMLParser

Declaration
TInputBuffer = class(TObject)

Description
Contains two-part buffer and position indicator. After reading char from bufer position indicator is moved forward. When indicator obtain end of buffer it is reload with new data. It allows to move position pointer backward and read data again.

Introduced Methods
_GetChar
_UnGetChar
Create
CreateFromFile
CreateFromStream
Destroy
GetChar
GetChars
GetPrevChar
Init
SetEncoding
SetFileName
UnGetChar
UnGetChars


HTML generated by Time2HELP
http://www.time2help.com