public class Hashes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WeakHashMap<File,String> |
cacheMD5 |
protected WeakHashMap<File,String> |
cacheSHA1 |
| Constructor and Description |
|---|
Hashes() |
| Modifier and Type | Method and Description |
|---|---|
static Hashes |
get() |
protected String |
hashMD5(File file) |
protected String |
hashSHA1(File file) |
Copyright © 2017. All rights reserved.