openRead method

Stream<List<int>> openRead()

Open the content of the file as a stream of bytes.

Can only be called once.

Implementation

Stream<List<int>> openRead() => _byteStream;