- Creates a new read-only stream using the specified string. Note that the string
- is copied by the stream so if the original string is modified after using this
- constructor, changes to it are not reflected when reading from stream.
+ Creates a new read-only stream using the specified string.
+
+ Note that the string is copied by the stream so if the original string is
+ modified after using this constructor, changes to it are not reflected
+ when reading from stream.