BufferedWriter.Dispose Method

Definition

Disposes of this BufferedWriter instance

This method SHOULD NOT be used! VoltRpc will dispose of this object when it is done with it!

NOTE: This disposal method will NOT call System.IO.Stream.Dispose on the underlying OutputStream

public void Dispose ();

Implements

System.IDisposable.Dispose