public class IOUtils extends Object
| 构造器和说明 |
|---|
IOUtils() |
public static String toString(InputStream input, String encoding) throws IOException
IOExceptionpublic static String toString(Reader reader) throws IOException
IOExceptionpublic static long copy(Reader input, Writer output) throws IOException
IOExceptionpublic static List<String> readLines(Reader input) throws IOException
IOExceptionpublic static void copyFile(String source, String target) throws IOException
IOExceptionCopyright © 2019. All rights reserved.