| Package | Description |
|---|---|
| org.duelengine.duel.utils |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FileUtil.calcHash(File file,
String algorithm,
FileUtil.HashEncoding encoding) |
static String |
FileUtil.calcHash(File file,
String algorithm,
FileUtil.HashEncoding encoding,
byte[] buffer) |
Copyright © 2014. All rights reserved.