�
Ϫ�f� � �X � d Z ddlmZ G d� de� Z G d� de� Z G d� dee� Zy )
z
Interfaces for iocpreactor
� )� Interfacec � � e Zd Zd� Zy)�IReadHandlec � � y)a,
Read into the given buffers from this handle.
@param bufflist: the buffers to read into
@type bufflist: list of objects implementing the read/write buffer protocol
@param evt: an IOCP Event object
@return: tuple (return code, number of bytes read)
N� )�bufflist�evts �I/usr/lib/python3/dist-packages/twisted/internet/iocpreactor/interfaces.py�readFromHandlezIReadHandle.readFromHandle � � � N)�__name__�
__module__�__qualname__r r r
r
r r
� � �
r
r c � � e Zd Zd� Zy)�IWriteHandlec � � y)a
Write the given buffer to this handle.
@param buff: the buffer to write
@type buff: any object implementing the buffer protocol
@param evt: an IOCP Event object
@return: tuple (return code, number of bytes written)
Nr )�buffr s r
�
writeToHandlezIWriteHandle.writeToHandle r r
N)r r r r r r
r
r r r r
r c � � e Zd Zy)�IReadWriteHandleN)r r r r r
r
r r ) s � �r
r N)�__doc__�zope.interfacer r r r r r
r
�<module>r s5 ��
�
%��)� ��9� � �{�L� r
|