:py:mod:`dissect.cstruct.types.chartype` ======================================== .. py:module:: dissect.cstruct.types.chartype Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.cstruct.types.chartype.CharType .. py:class:: CharType(cstruct: CharType.__init__.cstruct) Bases: :py:obj:`dissect.cstruct.types.RawType` Implements a character type that can properly handle strings. .. py:method:: default() -> bytes Return a default value of this type. .. py:method:: default_array(count: int) -> bytes Return a default array of this type.