This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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. 
 
The base interface for all filesystem streams.