Microsoft SDK for Java

TextReader.close

Closes this TextReader object and the underlying IByteStream object.

Syntax

public void close()

Remarks

Following a call to close, any operations on the TextReader object will raise exceptions.

Overrides   Reader.close

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