arrayBuffer abstract method

Future<ByteBuffer> arrayBuffer()

Asyncronously creates a ByteBuffer representation of the value of of the InteractionOutput.

Follows the algorithm defined for the arrayBuffer() function in the Scripting API specification.

Implementation

Future<ByteBuffer> arrayBuffer();