dissect.cstruct.types.char

Module Contents

Classes

CharArray

Character array type for reading and writing byte strings.

Char

Character type for reading and writing bytes.

class dissect.cstruct.types.char.CharArray

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

Character array type for reading and writing byte strings.

classmethod __default__() CharArray
class dissect.cstruct.types.char.Char

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

Character type for reading and writing bytes.

ArrayType
classmethod __default__() Char