Interface FileStreamWriteAccess.
writeStream(string $path, FileStream $stream)
Writes the stream to a new file.
$stream
PHP stream implementation.
putStream(string $path, FileStream $stream)
Creates a new file or updates an existing one.
updateStream(string $path, FileStream $stream)
Updates an existing file.