|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface FileStreamAccess. More...
Inheritance diagram for ILIAS\Filesystem\Provider\FileStreamAccess:
Collaboration diagram for ILIAS\Filesystem\Provider\FileStreamAccess:Additional Inherited Members | |
Public Member Functions inherited from ILIAS\Filesystem\Provider\FileStreamReadAccess | |
| readStream (string $path) | |
| Opens a readable stream of the file. More... | |
Public Member Functions inherited from ILIAS\Filesystem\Provider\FileStreamWriteAccess | |
| writeStream (string $path, FileStream $stream) | |
| Writes the stream to a new file. More... | |
| putStream (string $path, FileStream $stream) | |
| Creates a new file or updates an existing one. More... | |
| updateStream (string $path, FileStream $stream) | |
| Updates an existing file. More... | |
Interface FileStreamAccess.
This interface describes all streaming filesystem operations. Filesystem role interface.
Definition at line 17 of file FileStreamAccess.php.