The IOStream class implements an object that is used to work with platform streams.
Static methods of this class can be used to create new streams and also read and write text data from existing streams.
Method Name | Brief description | |
The FromVariant method creates a stream and writes the specified data into it. | ||
The ReadString method reads a string in unicode encoding from a stream. | ||
The WriteString method writes a string in unicode encoding into a stream. |
See also: