class twisted.internet.iocpreactor.interfaces.IReadHandle(Interface): (source)
Known subclasses: twisted.internet.iocpreactor.interfaces.IReadWriteHandle
Undocumented
Method | readFromHandle | Read into the given buffers from this handle. |
Read into the given buffers from this handle.
Parameters | bufflist | the buffers to read into (type: list of objects implementing the read/write buffer protocol) |
evt | an IOCP Event object | |
Returns | tuple (return code, number of bytes read) |