Class t.v.a.f._FileToConsumerAdapter:

Part of twisted.vfs.adapters.ftp View Source View In Hierarchy

Implements interfaces: twisted.internet.interfaces.IConsumer
No class docstring
Method __init__ Undocumented
Method write The producer will write data by calling this method.
def __init__(self, original): (source)
Undocumented
def write(self, bytes): (source)
The producer will write data by calling this method.
API Documentation for twisted, generated by pydoctor.