Microsoft SDK for Java

IByteStream.close

Closes this stream and releases any system resources associated with the stream.

Syntax

public void close()

Remarks

Following a call to close, any operations on the stream can throw exceptions.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.