>>>>> "Rui" == nio <Rui> writes:
Rui> Is there any simple way to create a stream with element type char that
Rui> read/writes to a stream of type unsigned-byte and vice-versa, without
Rui> having to manage buffers and stuff like that?
You may want to investigate simple-streams, which, I think was
intended to handle this kind of stream. CMUCL supports simple-streams
in recent CVS versions. Snapshots are available. Documentation can
probably be found on Franz's website.
But I am not a simple-streams user, so I may be wrong.
Ray