load method

Stream<List<int>> load(
  1. String path
)

Treats this descriptor as a virtual filesystem and loads the binary contents of the FileDescriptor at the given relative path.

Implementation

Stream<List<int>> load(String path) => _load(path);