getStream abstract method

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

Retrieves the file content as a stream.

Implementation

Stream<List<int>> getStream(String path);