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

FlushOutputBufferSection() 개인적인 메소드

private FlushOutputBufferSection ( int count ) : void
count int
리턴 void
        private void FlushOutputBufferSection(int count)
        {
            this._outputStream.Write(this._outputBuffer, 0, count);
        }