o
    js                     @   s   G d d dZ dS )c                   @   s<   e Zd Zdd Zdd Zedd Zedd Zd	d
 ZdS )CommentStreamWc                 C   s
   d | _ d S )Ndataself r   /root/aizidognhua/tmp/workspace/projects/ec89d86c-575f-41c9-af57-ac45cbdbf775/venv/lib/python3.10/site-packages/minidump/streams/CommentStreamW.py__init__      
zCommentStreamW.__init__c                 C   s   | j dS Nz	utf-16-le)r   encoder   r   r   r   to_bytes
   s   zCommentStreamW.to_bytesc                 C   s.   t  }|| jj || jjd|_|S r
   r   seekLocationRvareadDataSizedecoder   )dirbuffcsar   r   r   parse   s   zCommentStreamW.parsec                    s@   t  }|| jjI d H  || jjI d H }|d|_|S r
   r   )r   r   r   csdatar   r   r   aparse   s   zCommentStreamW.aparsec                 C   s
   d| j  S )NzCommentW: %sr   r   r   r   r   __str__   r	   zCommentStreamW.__str__N)	__name__
__module____qualname__r   r   staticmethodr   r   r   r   r   r   r   r      s    

r   N)r   r   r   r   r   <module>   s   