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.
The array output stream.
See Implementation
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.