HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/__pycache__/_compression.cpython-310.pyc
o

�N�g1�@sBdZddlZddlZejZGdd�dej�ZGdd�dej�ZdS)z7Internal classes used by the gzip, lzma and bz2 modules�Nc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�
BaseStreamzMode-checking helper functions.cCs|jrtd��dS)NzI/O operation on closed file)�closed�
ValueError��self�r�2/opt/saltstack/salt/lib/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__�__doc__r	rrrrrrrr	srcsreZdZdZdd�Zddd�Z�fdd�Zd	d
�Zdd�Zddd�Z	dd�Z
dd�Zej
fdd�Zdd�Z�ZS)�DecompressReaderz5Adapts the decompressor API to a RawIOBase reader APIcCsdS)NTrrrrrr$szDecompressReader.readablercKsB||_d|_d|_d|_||_||_|jdi|j��|_||_dS)NFr���r)�_fp�_eof�_pos�_size�_decomp_factory�_decomp_args�
_decompressor�_trailing_error)r�fpZdecomp_factory�trailing_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�b�viewZ	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 �eof�unused_datarr-�BUFFER_SIZErr�
decompressr!Zneeds_input�EOFErrorrrr.)r�sizer1Zrawblockrrrr-HsH

�����zDecompressReader.readcCs8g}|�tj�}r|�|�|�tj�}s
d�|�S)Nr3)r-�sys�maxsize�append�join)r�chunksr1rrrr4qs

�
zDecompressReader.readallcCs0|j�d�d|_d|_|jdi|j��|_dS)NrFr)r�seekrrrrr rrrr�_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�formatrA�minr.)r�offset�whencer1rrrr@�s,



�


��zDecompressReader.seekcCs|jS)z!Return the current file position.)rrrrr�tell�szDecompressReader.tell)r)r)rrrrrr$r'rr2r-r4rArrBr@rJ�
__classcell__rrr(rr!s

)r)	rrr;rEr7�BufferedIOBaser�	RawIOBaserrrrr�<module>s