@override Stream<List<int>> openRead(String filePath) { final nPath = join(root.path, filePath); return io.File(nPath).openRead(); }