dataSize property

  1. @Array<NativeType>([8])
Array<Uint8> dataSize
getter/setter pair

8-byte size in bytes of the serialized data, including the header

Implementation

@Array.multi([8])
external Array<Uint8> dataSize;