readAsBytes abstract method

Stream<List<int>> readAsBytes()

Reads the contents of this descriptor as a byte stream.

This isn't supported for matcher descriptors.

Implementation

Stream<List<int>> readAsBytes();