public class CopyUtils extends Object
public static long copy(Reader input, Writer output) throws IOException
input - the input reader.output - the output writer.IOException - if an error occurs during the copy.public static String toString(InputStream input) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.