Returns the content of the buffer as a stream.
@override Stream<List<int>> get inputStream { return Stream.value(content); }