��Qc@s�dZddlZddlZdd�Zdd�Zdejfd��YZdejfd ��YZd
ejfd��YZdeejfd
��YZdeej fd��YZ d�Z
dS(s� Python 'zlib_codec' Codec - zlib compression encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and decode.
Written by Marc-Andre Lemburg ([email protected]).
i�NtstrictcCstj|�}|t|�fS(s Encodes the object input and returns a tuple (output
object, length consumed).
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
(tzlibtcompresstlen(tinputterrorstoutput((s*/sys/lib/python2.7/encodings/zlib_codec.pytzlib_encodescCstj|�}|t|�fS(s� Decodes the object input and returns a tuple (output
object, length consumed).
input must be an object which provides the bf_getreadbuf
buffer slot. Python strings, buffer objects and memory
mapped files are examples of objects providing this slot.
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
(Rt
decompressR(RRR((s*/sys/lib/python2.7/encodings/zlib_codec.pytzlib_decodestCodeccBs eZdd�Zdd�ZRS(RcCs
t||�S(N(R(tselfRR((s*/sys/lib/python2.7/encodings/zlib_codec.pytencode0scCs
t||�S(N(R (RRR((s*/sys/lib/python2.7/encodings/zlib_codec.pytdecode2s(t__name__t
__module__RR
(((s*/sys/lib/python2.7/encodings/zlib_codec.pyR
.stIncrementalEncodercBs)eZdd�Zed�Zd�ZRS(RcCs||_tj�|_dS(N(RRtcompressobj(RR((s*/sys/lib/python2.7/encodings/zlib_codec.pyt__init__6s cCs=|r)|jj|�}||jj�S|jj|�SdS(N(RRtflush(RRtfinaltc((s*/sys/lib/python2.7/encodings/zlib_codec.pyR;scCstj�|_dS(N(RR(R((s*/sys/lib/python2.7/encodings/zlib_codec.pytresetBs(RRRtFalseRR(((s*/sys/lib/python2.7/encodings/zlib_codec.pyR5stIncrementalDecodercBs)eZdd�Zed�Zd�ZRS(RcCs||_tj�|_dS(N(RRt
decompressobj(RR((s*/sys/lib/python2.7/encodings/zlib_codec.pyRFs cCs=|r)|jj|�}||jj�S|jj|�SdS(N(RRR(RRRR((s*/sys/lib/python2.7/encodings/zlib_codec.pyR
KscCstj�|_dS(N(RR(R((s*/sys/lib/python2.7/encodings/zlib_codec.pyRRs(RRRRR
R(((s*/sys/lib/python2.7/encodings/zlib_codec.pyREstStreamWritercBseZRS((RR(((s*/sys/lib/python2.7/encodings/zlib_codec.pyRUstStreamReadercBseZRS((RR(((s*/sys/lib/python2.7/encodings/zlib_codec.pyRXscCs4tjdddtdtdtdtdtdt�S( NtnameRRR
tincrementalencodertincrementaldecodertstreamreadertstreamwriter(tcodecst CodecInfoRR RRRR(((s*/sys/lib/python2.7/encodings/zlib_codec.pytgetregentry]s (t__doc__R!RRR R
RRRRR#(((s*/sys/lib/python2.7/encodings/zlib_codec.pyt<module>s
|