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