twisted.conch.test.test_cftp.InMemoryRemoteFile(BytesIO) class documentationtwisted.conch.test.test_cftp
(View In Hierarchy)
Implements interfaces: twisted.conch.interfaces.ISFTPFile
An ISFTPFile 
which handles all data in memory.
| Method | __init__ | |
| Method | writeChunk | |
| Method | close | |
| Method | getvalue | Get current data of file. | 
| See Also | ISFTPFile.writeChunkKeeps data after file was closed to help with testing. | |