Gaufrette\File::createStream PHP Method

createStream() public method

Creates a new file stream instance of the file.
public createStream ( ) : gaufrette\Stream
return gaufrette\Stream
    public function createStream()
    {
        return $this->filesystem->createStream($this->key);
    }