openRead abstract method

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

Creates a new independent Stream for the contents of this file starting from start and ending at end.

Throws InvalidFileException if the AWSFile is initiated using AWSFile.fromStream.

Implementation

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