FDO API Reference Feature Data Objects

System::Void IoStream::Close  ) 
 

Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.

Remarks:
Note: A call to Close is required for proper operation of a stream. Following a call to Close, other operations on the stream could throw exceptions. If the stream is already closed, a call to Close throws no exceptions.

Comments or suggestions? Send us feedback.