arrayOutputStreamFor

Creates and returns an array output stream for elements of the given type, using a default initial capacity of ArrayOutputStream.DEFAULT_INITIAL_CAPACITY and default allocation strategy of AllocationStrategy.Doubling.

arrayOutputStreamFor
(
E
)
()

Return Value

Type: ArrayOutputStream!E

The array output stream.

Meta