setLength method

void setLength(
  1. int length
)

Sets the length of this buffer. Increases internal bytes buffer capacity if needed.

Implementation

void setLength(int length) => bytesIO.setLength(length);