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