ArrayInputStream

An input stream that reads from an array of items.

struct ArrayInputStream (
DataType
) {}

Members

Functions

read
int read(DataType[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta