Adapter for file-system style write access.
>>> file = File() >>> content = "This is some file\ncontent." >>> FileWriteFile(file).write(content) >>> file.data == content True
There are no implemented interfaces.
There are no attributes in this class.
write(data)
There are no known subclasses.