TInputBuffer Object Methods |
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 |
|