RestoreBytes()
as of 2025-12-11:
# public function RestoreBytes(string $s) { $this->nSpent -= strlen($s); $this->sBuff = $s.$this->sBuff; // restore $s to beginning of buffer }