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