Uint8Array constructor

Uint8Array(
  1. int size
)

Implementation

Uint8Array(int size) : super(size);