Return file contents as readonly stream. Caller should dispose stream when complete.
@override Stream<dynamic> createReadStream() => _info.openRead();