BufferedWriter.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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 Dispose() on the underlying OutputStream
public void Dispose ();