Пример #1
0
 public void FlushAndRelease()
 {
     this.tw.Write(this.buffer, 0, this.pos);
     this.pos = 0;
     SBuffer.Release(this.buffer);
     this.buffer = null;
     this.tw     = null;
 }
Пример #2
0
        public string GetStringAndRelease()
        {
            string arg_1F_0 = this.ToString();

            SBuffer.Release(this.buffer);
            this.buffer  = null;
            this.standby = null;
            return(arg_1F_0);
        }
Пример #3
0
 public void Release()
 {
     SBuffer.Release(this.buffer);
     this.buffer = null;
 }