Your IP : 18.189.180.129
3
\��@s�dZddlZddlZddd�Zddd�ZGdd �d ej�ZGd
d�dej�ZGdd
�d
ej�ZGdd�deej�ZGdd�deej �Z dd�Z
dS)z�Python 'zlib_codec' Codec - zlib compression encoding.
This codec de/encodes from bytes to bytes.
Written by Marc-Andre Lemburg (mal@lemburg.com).
�N�strictcCs|dkst�tj|�t|�fS)Nr)�AssertionError�zlib�compress�len)�input�errors�r �,/usr/lib64/python3.6/encodings/zlib_codec.py�zlib_encode
srcCs|dkst�tj|�t|�fS)Nr)rr�
decompressr)rrr r r
�zlib_decodesr
c@s eZdZddd�Zddd�ZdS) �CodecrcCs
t||�S)N)r)�selfrrr r r
�encodeszCodec.encodecCs
t||�S)N)r
)rrrr r r
�decodeszCodec.decodeN)r)r)�__name__�
__module__�__qualname__rrr r r r
rs
rc@s(eZdZd
dd�Zddd�Zdd�Zd S)�IncrementalEncoderrcCs |dkst�||_tj�|_dS)Nr)rrr�compressobj)rrr r r
�__init__szIncrementalEncoder.__init__FcCs.|r|jj|�}||jj�S|jj|�SdS)N)rr�flush)rr�final�cr r r
r!szIncrementalEncoder.encodecCstj�|_dS)N)rr)rr r r
�reset(szIncrementalEncoder.resetN)r)F)rrrrrrr r r r
rs
rc@s(eZdZd
dd�Zddd�Zdd�Zd S)�IncrementalDecoderrcCs |dkst�||_tj�|_dS)Nr)rrr�
decompressobj)rrr r r
r,szIncrementalDecoder.__init__FcCs.|r|jj|�}||jj�S|jj|�SdS)N)rrr)rrrrr r r
r1szIncrementalDecoder.decodecCstj�|_dS)N)rr)rr r r
r8szIncrementalDecoder.resetN)r)F)rrrrrrr r r r
r+s
rc@seZdZeZdS)�StreamWriterN)rrr�bytes�charbuffertyper r r r
r;src@seZdZeZdS)�StreamReaderN)rrrrr r r r r
r!>sr!c
Cstjdttttttdd�S)NrF)�namerr�incrementalencoder�incrementaldecoder�streamreader�streamwriter�_is_text_encoding)�codecs� CodecInforr
rrr!rr r r r
�getregentryCsr*)r)r)�__doc__r(rrr
rrrrr!r*r r r r
�<module>s
?>