Data type for binary data

# Rob Laveaux (17 years ago)

In the ES4 spec I don't see any data type for storing binary data. What is the recommended way for doing this? Or is it considered
specific to the host application?

  • Rob Laveaux
# Lars Hansen (17 years ago)

There is no current solution for that. We had a ByteArray for a while to serve that purpose; that was shelved with the possibility of using Vector.<byte> but the byte type

was never adopted. IMO the ByteArray is going to come back.