ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface FileStreamAccess. More...
Additional Inherited Members | |
Public Member Functions inherited from ILIAS\Filesystem\Provider\FileStreamReadAccess | |
readStream ($path) | |
Opens a readable stream of the file. More... | |
Public Member Functions inherited from ILIAS\Filesystem\Provider\FileStreamWriteAccess | |
writeStream ($path, FileStream $stream) | |
Writes the stream to a new file. More... | |
putStream ($path, FileStream $stream) | |
Creates a new file or updates an existing one. More... | |
updateStream ($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.