The IOStream class implements an object used to work with streams of Prognoz Platform.
Using static methods of this class it is possible to create new streams and also read and write text data from existent streams.
| Method Name | Brief description | |
| The FromVariant method creates a stream and writes 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: