StreamHandler.Close Method

Definition

Close the current output stream.

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public override void Close ();
[<Android.Runtime.Register("close", "()V", "GetCloseHandler")>]
override this.Close : unit -> unit
Attributes

Remarks

Close the current output stream.

The Formatter's "tail" string is written to the stream before it is closed. In addition, if the Formatter's "head" string has not yet been written to the stream, it will be written before the "tail" string.

Java documentation for java.util.logging.StreamHandler.close().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to