byteStream property

Stream<int> byteStream
final

stream, but in bytes rather than byte lists.

Implementation

final Stream<int> byteStream;