public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
public static void write(String file, String content) throws IOException
IOExceptionpublic static void write(String file, byte[] content) throws IOException
IOExceptionpublic static void write(String path) throws IOException
IOExceptionpublic static byte[] read(URL url) throws IOException
IOExceptionpublic static byte[] read(String path) throws IOException
IOExceptionpublic static byte[] read(File file) throws IOException
IOExceptionCopyright © 2014 Jasig. All Rights Reserved.