ArrayOutputStream

An output stream that writes to an internal array. The resulting array can be obtained with toArray().

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
DataType[] toArray()

Gets the internal array to which elements have been appended.

write
int write(DataType[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta