Stream Values

Stream values are used to format and hold character data.

You can read and write character data to Stream values.

The types of Stream values are:

FileStream Values

StringStream Values

WindowStream Values

BinStream Values

The following Interface can be used to parse files via memory buffers. Despite its name it does not represent a Value class similar to the Streams above:

MemStream Interface