public final class IOKit extends Object
| 构造器和说明 |
|---|
IOKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static void |
copyFile(File source,
File dest) |
static String |
readToString(InputStream input) |
static String |
readToString(String file) |
public static void closeQuietly(Closeable closeable)
public static String readToString(String file) throws IOException
IOExceptionpublic static String readToString(InputStream input) throws IOException
IOExceptionpublic static void copyFile(File source, File dest) throws IOException
IOExceptionCopyright © 2017. All rights reserved.