write($body); $this->flush(); } } public static function fromString(string $string): TempFileStream { return new TempFileStream($string); } }