MCPcopy Create free account
hub / github.com/Justson/Downloader / getFileMD5

Method getFileMD5

library/src/main/java/com/download/library/Extra.java:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 public String getFileMD5() {
197 return fileMD5;
198 }
199
200 public int getRetry() {
201 return retry;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected