G.f. method
Creates and opens a stream over a Unicode string.
make unicode-string-stream-class #key contents direction start end
=> unicode-string-stream-instance
The class <unicode-string-stream>.
<unicode-string>.
#"input", #"output", or #"input-output". Default value: #"input".
<integer>. Default value: 0.
<integer>. Default value: contents.size.
An instance of <unicode-string-stream>.
io
streams
Creates and opens a stream over a Unicode string.
This method returns a new instance of <unicode-string-stream>. If supplied, contents describes the contents of the stream, and must be an instance of <unicode-string>. The direction, start, and end init-keywords are as for make on <sequence-stream>.