The Memory Stream Handle Classes

The memory stream handle classes are named RW{TYPE}ArrayOutputStream, where {TYPE} is one of the following:

Byte

Char

UChar

WChar

When using memory streams, your application manipulates both the new handle classes and the concrete stream classes when they are created. After creation, the concrete stream classes are manipulated through their corresponding handle classes.