Blast.Blast.DoReadBuffer C# (CSharp) Method

DoReadBuffer() private method

private DoReadBuffer ( ) : void
return void
        private void DoReadBuffer()
        {
            this._inputBufferRemaining = this._inputStream.Read(this._inputBuffer, 0, this._inputBuffer.Length);
            this._inputBufferPos = 0;
        }