public final class FileUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static byte[]
static byte[]
static byte[]
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileUtils
public FileUtils()
-
Method Details
-
write
public static void write(String dest,
byte[] bytes)
-
read
public static byte[] read(String dest)
-
read
public static byte[] read(Path path)
-
read
public static byte[] read(File file)
-
getFilenameWithoutPath
public static String getFilenameWithoutPath(String fileName)