HashBaseFileSupport extension

Stub for machines that does not have file IO support.

on

Methods

file(dynamic input, [int start = 0, int? end]) Future<HashDigest>

Available on HashBase<HashDigestSink>, provided by the HashBaseFileSupport extension

Converts the input file and returns a HashDigest asynchronously.
fileSync(dynamic input, {int start = 0, int? end, int bufferSize = 2048}) HashDigest

Available on HashBase<HashDigestSink>, provided by the HashBaseFileSupport extension

Converts the input file and returns a HashDigest synchronously.