endSeek method

void endSeek()

Implementation

void endSeek() {
  _position = _lastPostion;
  _lastPostion = 0;
}