ensureCapacity abstract method

void ensureCapacity(
  1. int needed
)

Ensures that capacity can store the needed bytes.

Implementation

void ensureCapacity(int needed);