IOStream

Description

The IOStream class implements an object that is used to work with platform streams.

Comments

Static methods of this class can be used to create new streams and also read and write text data from existing streams.

Static class methods inherited from IIOStreamClass

  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:

IO Assembly Classes