Blast.Blast.FlushOutputBuffer C# (CSharp) 메소드

FlushOutputBuffer() 개인적인 메소드

private FlushOutputBuffer ( ) : void
리턴 void
        private void FlushOutputBuffer()
        {
            if (this._outputBufferPos > 0)
            {
                FlushOutputBufferSection(this._outputBufferPos);
                this._outputBufferPos = 0;
            }
        }