|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InputStream
InputStream["name", n]
is an object that represents an input stream for functions such as Read and Find.
DetailsDetails
- OpenRead returns an InputStream object.
- The serial number n is unique across all streams, regardless of their name.
- StringToStream returns an object of the form InputStream[String, n].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
StringToStream opens an input stream:
| In[1]:= |
| Out[1]= |
List of input streams that are currently opened:
| In[2]:= |
| Out[2]= |
Use Close to close streams:
| In[3]:= |
| Out[3]= |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
