InputStream.fillArray

Read array.length elements into an pre-allocated array.

interface InputStream
final
bool
fillArray
(
T
)
(
T[] array
)

Return Value

Type: bool

true if all elements were read, false otherwise

Meta