RWStreambufToCharOutputStream is an adapter class that adapts the iostreams
streambuf interface to the Rogue Wave narrow character Output Stream interface. Requests made through the iostreams
streambuf interface are forwarded to the embedded
RWCharOutputStream handle. Calls to the
streambuf input sequence functions always fail because the underlying narrow character output stream supports only output operations.