HashBaseFileSupport extension
Stub for machines that does not have file IO support.
Methods
-
file(
dynamic input, [int start = 0, int? end]) → Future< HashDigest> -
Available on HashBase<
Converts theHashDigestSink> , provided by the HashBaseFileSupport extensioninput
file and returns a HashDigest asynchronously. -
fileSync(
dynamic input, {int start = 0, int? end, int bufferSize = 2048}) → HashDigest -
Available on HashBase<
Converts theHashDigestSink> , provided by the HashBaseFileSupport extensioninput
file and returns a HashDigest synchronously.