Package net.sourceforge.tess4j.util
Class Utils
java.lang.Object
net.sourceforge.tess4j.util.Utils
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
writeFile
Writes byte array to file.- Parameters:
data
- byte arrayoutFile
- output file- Throws:
IOException
-
getConstantName
Gets user-friendly name of the public static final constant defined in a class or an interface for display purpose.- Parameters:
value
- the constant valuec
- type of class or interface- Returns:
- name
-