A collection of array-backed streams for in-memory reading and writing.
Creates and returns an array input stream wrapped around the given array of elements.
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().
See Source File
A collection of array-backed streams for in-memory reading and writing.