dissect.cstruct.types.wchartype#

Module Contents#

Classes#

WcharType

Implements a wide-character type.

class dissect.cstruct.types.wchartype.WcharType(cstruct)#

Bases: dissect.cstruct.types.RawType

Implements a wide-character type.

property encoding: str#
default() str#

Return a default value of this type.

default_array(count: int) str#

Return a default array of this type.