mirror of
https://github.com/Rogiel/php-mpq
synced 2025-12-11 10:22:47 +00:00
Implements end-of-file calls on streams
This commit is contained in:
@@ -69,4 +69,8 @@ class BinaryStreamParser {
|
||||
return $this->stream->readBytes($size);
|
||||
}
|
||||
|
||||
public function eof() {
|
||||
return $this->stream->eof();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user