openRead abstract method

Stream<List<int>> openRead([
  1. int start,
  2. int end
])

Create a new independent Stream for the contents of this file.

Implementation

Stream<List<int>> openRead([
  int start,
  int end,
]);