bytes property

Pointer<UnsignedChar> bytes
getter/setter pair

< The bytes is the raw / standard content without any modifications like character set conversions

Implementation

external ffi.Pointer<ffi.UnsignedChar> bytes;