Md5Utils class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

md5Converter Md5FileConverter
getter/setter pair

Static Methods

getBlockList(String filePath, [int blockSize = 4 * 1024 * 1024]) List<String>
getFileMd5(String filePath, [int blockSize = 1024 * 1024]) Future<String>
getFileSliceMd5(String localPath, int sliceLength) String
md5FileUseBytes(String filePath, [int blockSize = 1024 * 1024]) Future<String>
md5FileUseCmd(String path) Future<String>