Ferreteria/v0.6/clade/IO/Aspect/Connx/Buffer/@removed: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 November 2025

  • curprev 02:4502:45, 28 November 2025Woozle talk contribs 930 bytes +930 Created page with "{{fmt/title|Removed Code}} =={{fmt/date|2025|03|18}}== Rewritten API, I think: {{fmt/php/block|1=# private int $nByCurr = 0; private int $nByTotal = 0; protected function ResetBytes() : void { $this->nByTotal = $this->nByCurr = 0; } protected function IncCount(int $nBytes) : void { $this->nByCurr += $nBytes; $this->nByTotal += $nBytes; } public function TotalInByteCount() : int { return $this->nByTotal; } public function AvailInByteCou..."