[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Stream that stores its data in a string.
|
Sets the size of the stream. |
|
|
Creates a new stringstream and sets its initial content. |
|
|
Reads from the stream. |
|
|
Reads a string of length Count |
|
|
Sets the position in the stream. |
|
|
Write implements the abstract TStream.Write method. |
|
|
WriteString writes a string to the stream. |
|
|
Contains the contents of the stream in string form |
|
|
Stream that stores its data in a string. |
|
| | ||
|
Base class for streams. |
|
| | ||
TStringStream stores its data in an ansistring. The contents of this string is available as the DataString property. It also introduces some methods to read or write parts of the stringstream's data as a string.
The main purpose of a TStringSTream is to be able to treat a string as a stream from which can be read.
|
Base class for streams. |
|
|
Contains the contents of the stream in string form |
|
|
Reads a string of length Count |
|
|
WriteString writes a string to the stream. |