streams library

Classes

DataStream
An interface providing (optionally random) access to a stream of data. Note: this is not a stream in the Dart sense, but a stream of bytes.
FileStream
Random access stream to a file.
RawDataStream
Simple in-memory data stream.
ZipStream
Random access stream to a file compressed in a ZIP archive.

Exceptions / Errors

DataStreamException