AlkantarClanX12

Your IP : 3.14.249.124


Current Path : /opt/alt/python310/lib64/python3.10/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/__pycache__/_compression.cpython-310.opt-2.pyc

o

6��f1�@s@	ddlZddlZejZGdd�dej�ZGdd�dej�ZdS)�Nc@s.eZdZ	dd�Zdd�Zdd�Zdd�Zd	S)
�
BaseStreamcCs|jrtd��dS)NzI/O operation on closed file)�closed�
ValueError��self�r�3/opt/alt/python310/lib64/python3.10/_compression.py�_check_not_closeds�zBaseStream._check_not_closedcC�|��s	t�d��dS)NzFile not open for reading)�readable�io�UnsupportedOperationrrrr�_check_can_read�
�zBaseStream._check_can_readcCr
)NzFile not open for writing)�writablerr
rrrr�_check_can_writerzBaseStream._check_can_writecCs(|��s	t�d��|��st�d��dS)Nz3Seeking is only supported on files open for readingz3The underlying file object does not support seeking)rrr
�seekablerrrr�_check_can_seeks


�zBaseStream._check_can_seekN)�__name__�
__module__�__qualname__r	rrrrrrrr	srcspeZdZ	dd�Zddd�Z�fdd�Zdd	�Zd
d�Zdd
d�Zdd�Z	dd�Z
ejfdd�Z
dd�Z�ZS)�DecompressReadercCsdS)NTrrrrrr$szDecompressReader.readablercKsB||_d|_d|_d|_||_||_|jdi|j��|_||_dS)NFr���r)�_fp�_eof�_pos�_size�_decomp_factory�_decomp_args�
_decompressor�_trailing_error)r�fpZdecomp_factoryZtrailing_errorZdecomp_argsrrr�__init__'s
zDecompressReader.__init__csd|_t���S�N)r�super�closer��	__class__rrr%;s
zDecompressReader.closecCs
|j��Sr#)rrrrrrr?s
zDecompressReader.seekablec	Cs�t|��9}|�d��}|�t|��}||dt|��<Wd�n1s$wYWd�t|�SWd�t|�S1s@wYt|�S)N�B)�
memoryview�cast�read�len)r�bZviewZ	byte_view�datarrr�readintoBs(���zDecompressReader.readintorcCs�|dkr|��S|r
|jrdSd}	|jjrA|jjp|j�t�}|s#n<|jdi|j	��|_z	|j�
||�}Wn$|jy@Ynw|jjrR|j�t�}|sQt
d��nd}|j�
||�}|r^nq|sjd|_|j|_dS|jt|�7_|S)Nr�TzACompressed file ended before the end-of-stream marker was reachedr)�readallrr�eofZunused_datarr+�BUFFER_SIZErr�
decompressr Zneeds_input�EOFErrorrrr,)r�sizer.Zrawblockrrrr+HsH

�����zDecompressReader.readcCs8g}|�tj�}r|�|�|�tj�}s
d�|�S)Nr0)r+�sys�maxsize�append�join)rZchunksr.rrrr1qs

�
zDecompressReader.readallcCs0|j�d�d|_d|_|jdi|j��|_dS)NrFr)r�seekrrrrrrrrr�_rewind|szDecompressReader._rewindcCs�|tjkrn/|tjkr|j|}n$|tjkr.|jdkr(|�tj�r(	|�tj�s!|j|}ntd�	|���||jkr?|�
�n||j8}|dkra|�ttj|��}|sW	|jS|t|�8}|dksH|jS)NrzInvalid value for whence: {})
r�SEEK_SET�SEEK_CURr�SEEK_ENDrr+�DEFAULT_BUFFER_SIZEr�formatr<�minr,)r�offset�whencer.rrrr;�s,



�


��zDecompressReader.seekcCs	|jSr#)rrrrr�tell�szDecompressReader.tell)r)r)rrrrr"r%rr/r+r1r<rr=r;rE�
__classcell__rrr&rr!s

)r)rr7r@r3�BufferedIOBaser�	RawIOBaserrrrr�<module>s