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

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | IO‎ | Aspect‎ | Connx‎ | Buffer
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
    }