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