Blast.Blast.FlushOutputBuffer C# (CSharp) Méthode

FlushOutputBuffer() private méthode

private FlushOutputBuffer ( ) : void
Résultat void
        private void FlushOutputBuffer()
        {
            if (this._outputBufferPos > 0)
            {
                FlushOutputBufferSection(this._outputBufferPos);
                this._outputBufferPos = 0;
            }
        }