TextWriter.close

Overview | Methods | This Package | All Packages

TextWriter.close

Closes this TextWriter object and the underlying IByteStream object.

Syntax

public void close()

Remarks

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

Overrides   Writer.close