void add byte b;
void freeze;
id initWithCapacity int capacity;
protected id initWithEnumerator Enumerator e;
byte removeAt int index;
_builtin_.Any removeAt int index;
void removeElements (int, int) (start, length);
void resize (int, int) (start, num);
void set byte b at int index;
void set char c at int index;
void set All object at int index;
void swap (int, int) (i, j);
void initWithCoder Decoder coder;
void close;
int readRange (int, int) (start, num) fromByteStream ByteStream f;
int readRange (int, int) (start, num) fromByteArray ByteArray source to int position;
void write byte b;
int write byte b;
int writeBytes int num from pointer address;
int writeBytes int num from pointer address at int offset;