public class ModulizerIO extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static URL |
copyStream(URL src,
File dest) |
static void |
mkdir(File dir) |
static StringBuilder |
sha1(File f) |
static LinkedHashMap<File,Future<String>> |
sha1async(Iterable<File> files) |
static String |
sha1Name(File f) |
static boolean |
verifySHA1Named(File f) |
public static URL copyStream(URL src, File dest) throws IOException, FileNotFoundException, MalformedURLException
public static void mkdir(File dir) throws IOException
IOExceptionpublic static void closeQuietly(Closeable closeable)
public static boolean verifySHA1Named(File f) throws IOException
IOExceptionpublic static String sha1Name(File f) throws IOException
IOExceptionpublic static StringBuilder sha1(File f) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.