Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again (#217)

* Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again

This is equivalent to https://github.com/google/file.dart/pull/168,
but I foolishly neglected to make corresponding changes for all
file system types.

Fixes https://github.com/google/file.dart/issues/193.

* Apply suggestions from natebosch

Co-authored-by: Nate Bosch <nbosch1@gmail.com>

---------

Co-authored-by: Nate Bosch <nbosch1@gmail.com>
5 files changed
tree: a7941ca7e55910ae086879c9d1334a24f4a26cf1
  1. .github/
  2. packages/
  3. .gitignore
  4. README.md
README.md

Dart

A monorepo for the package:file and package:file_testing packages.

PackageDescriptionPublished Version
fileA pluggable, mockable file system abstraction for Dart.pub package
file_testingTesting utilities for package:file.pub package