
|
Server : Apache System : Linux 182.49.167.72.host.secureserver.net 4.18.0-553.92.1.el8_10.x86_64 #1 SMP Wed Jan 14 06:31:58 EST 2026 x86_64 User : kikai ( 1014) PHP Version : 8.3.30 Disable Function : NONE Directory : /opt/python38/lib/python3.8/__pycache__/ |
Upload File : |
U
�i�_�6 � @ s� d Z ddlZddlZddlZddlZdddgZG dd� de�ZdZdZ dZ
d Zd
ZG dd� d�Z
d
d� ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�Zdd� ZG dd� d�ZG dd� d�ZG dd� d�Zdd� ZdS )z�Macintosh binhex compression/decompression.
easy interface:
binhex(inputfilename, outputfilename)
hexbin(inputfilename, outputfilename)
� N�binhex�hexbin�Errorc @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r r �%/opt/python38/lib/python3.8/binhex.pyr s � i � �@ � �c @ s e Zd Zdd� ZdS )�FInfoc C s d| _ d| _d| _d S )Nz????r )�Type�Creator�Flags��selfr r r �__init__0 s zFInfo.__init__N)r r r r r r r r r
/ s r
c C st t � }t�| d��2}|�d�}d|kr,d|_|�dd� |�� }W 5 Q R X tj� | �\}}|�
ddd�}|||dfS ) N�rbi r ZTEXT� �:�-r
)r
�io�open�readr �seek�tell�os�path�split�replace)�name�finfo�fp�dataZdsize�dir�filer r r �getfileinfo5 s
r'