inputStreamFor

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

inputStreamFor
(
T
)
(
T[] array
)

Parameters

array T[]

The array to stream.

Return Value

Type: ArrayInputStream!T

The array input stream.

Meta