Ferreteria/v0.6/clade/@removed/IO/Aspect/Connx/Buffer/@fx/RestoreBytes

From Woozle Writes Code
Jump to navigation Jump to search

About

Code

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
    }