public function moveToBuffer(\EventBuffer $dest, $n) { if (!isset($this->bev)) { return false; } return $dest->appendFrom($this->bev->input, $n); }