public void FlushAndRelease() { this.tw.Write(this.buffer, 0, this.pos); this.pos = 0; SBuffer.Release(this.buffer); this.buffer = null; this.tw = null; }
public string GetStringAndRelease() { string arg_1F_0 = this.ToString(); SBuffer.Release(this.buffer); this.buffer = null; this.standby = null; return(arg_1F_0); }
public void Release() { SBuffer.Release(this.buffer); this.buffer = null; }