stream abstract method

Future<Stream<List<int>>> stream()

Raw bytes stream of the content.

A byte stream can be useful when sniffers only need to read a few bytes at the beginning of the file.

Implementation

Future<Stream<List<int>>> stream();