-
- All Implemented Interfaces:
public class FileUtilFile manipulation utils.
-
-
Method Summary
Modifier and Type Method Description final BooleanisBinaryFile(File f)Guess whether given file is binary. -
-
Method Detail
-
isBinaryFile
final Boolean isBinaryFile(File f)
Guess whether given file is binary. Just checks for anything under 0x09.
-
-
-
-