string nst_stream_to_file(istream &from)

Read an input stream until EOF and put the contents into a file

Documentation

Read an input stream until EOF and put the contents into a file. This function reads an input stream and put its content into a temporary file.
Returns:
the name of the file.
Parameters:
from - The input stream.
Author:
G.-A. Silber

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.