Int8Array constructor

Int8Array(
  1. int size
)

Implementation

Int8Array(int size) : super(size);