dissect.cstruct.types.char
¶
Module Contents¶
Classes¶
Character array type for reading and writing byte strings. |
|
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.
- class dissect.cstruct.types.char.Char¶
Bases:
bytes
,dissect.cstruct.types.base.BaseType
Character type for reading and writing bytes.
- ArrayType¶