streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
ArrayInputStream
streams
types
array
An input stream that reads from an array of items.
struct
ArrayInputStream (
DataType
) {
int
read
(DataType[] buffer);
void
reset
();
}
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
Source
See Implementation
streams
types
array
functions
inputStreamFor
structs
ArrayInputStream
ArrayOutputStream
An input stream that reads from an array of items.