allocate abstract method

ByteData allocate(
  1. int size
)

Allocate a ByteData buffer of a given size.

Implementation

ByteData allocate(int size);