Interface FileStreamWriteAccess This interface describes the write operations for the streaming files...
writeStream(string $path, FileStream $stream)
Writes the stream to a new file.
putStream(string $path, FileStream $stream)
Creates a new file or updates an existing one.
updateStream(string $path, FileStream $stream)
Updates an existing file.
Interface FileStream The base interface for all filesystem streams.