ArrayOutputStream.toArray

Gets the internal array to which elements have been appended.

struct ArrayOutputStream(DataType)
DataType[]
toArray
()

Return Value

Type: DataType[]

The internal array.

Meta