public class IOUtil extends Object
Constructor and Description |
---|
IOUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(InputStream in,
OutputStream out) |
static String |
toString(Reader reader) |
public static void copy(InputStream in, OutputStream out) throws IOException
IOException
public static String toString(Reader reader) throws IOException
IOException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.