Creates and returns an array input stream wrapped around the given array of elements.
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.
Creates and returns a byte array output stream.
An input stream that reads from an array of items.
An output stream that writes to an internal array. The resulting array can be obtained with toArray(). It is BetterC compatible, using manual memory management.
A collection of array-backed streams for in-memory reading and writing.