StringToStream
Usage
• StringToStream["string"] opens an input stream for reading from a string.
Notes
• StringToStream yields a stream of the form InputStream[String, n]. • Operations like Read and Find work on streams returned by StringToStream. • You must use Close to close streams created by StringToStream. • New in Version 2.
|