dissect.cstruct.types.wchar

Module Contents

Classes

WcharArray

Wide-character array type for reading and writing UTF-16 strings.

Wchar

Wide-character type for reading and writing UTF-16 characters.

class dissect.cstruct.types.wchar.WcharArray

Bases: str, dissect.cstruct.types.base.BaseType

Wide-character array type for reading and writing UTF-16 strings.

__slots__ = ()
classmethod __default__() WcharArray
class dissect.cstruct.types.wchar.Wchar

Bases: str, dissect.cstruct.types.base.BaseType

Wide-character type for reading and writing UTF-16 characters.

ArrayType
__slots__ = ()
__encoding_map__: ClassVar[dict[str, str]]
classmethod __default__() Wchar