| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-22 22:39:47 GMT-0800 |
| Commit | 3f6f09c48dc72a0afcca0c892d5738f74f5fa9ea |
| Parent | 85b3400 |
| } | ||
| + public function write( string $data ): bool { | ||
| + return $this->stream->write( $data ); | ||
| + } | ||
| + | ||
| public function seek( int $offset, int $whence = SEEK_SET ): bool { | ||
| return $this->stream->seek( $offset, $whence ); |
| Delta | 4 lines added, 0 lines removed, 4-line increase |
|---|