|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileUtil.HashEncoding | |
|---|---|
| org.duelengine.duel.utils | |
| Uses of FileUtil.HashEncoding in org.duelengine.duel.utils |
|---|
| Methods in org.duelengine.duel.utils that return FileUtil.HashEncoding | |
|---|---|
static FileUtil.HashEncoding |
FileUtil.HashEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileUtil.HashEncoding[] |
FileUtil.HashEncoding.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.duelengine.duel.utils with parameters of type FileUtil.HashEncoding | |
|---|---|
static String |
FileUtil.calcHash(File file,
String algorithm,
FileUtil.HashEncoding encoding)
|
static String |
FileUtil.calcHash(File file,
String algorithm,
FileUtil.HashEncoding encoding,
byte[] buffer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||