arrayInputStreamFor

Creates and returns an array input stream wrapped around the given array of elements.

arrayInputStreamFor
(
E
)
(
E[] array
)

Parameters

array E[]

The array to stream.

Return Value

Type: ArrayInputStream!E

The array input stream.

Meta