public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
getConstantName(Object value,
Class c)
Gets user-friendly name of the public static final constant defined in a
class or an interface for display purpose.
|
static void |
writeFile(byte[] data,
File outFile)
Writes byte array to file.
|
public static void writeFile(byte[] data, File outFile) throws IOException
data
- byte arrayoutFile
- output fileIOException
Copyright © 2017 Tess4J. All Rights Reserved.