|
OutputStream
OutputStream["name", n] is an object that represents an output stream for functions such as Write.
OpenWrite and OpenAppend return OutputStream objects.
The serial number n is unique across all streams, regardless of their name.
See Section 2.12.3.
See also: Streams, InputStream.
New in Version 2.
|