public final class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
copyStream(InputStream input,
OutputStream output) |
static long |
copyStream(InputStream input,
OutputStream output,
int buffersize) |
static void |
safeClose(Closeable closeable) |
public static long copyStream(InputStream input, OutputStream output) throws IOException
IOExceptionpublic static long copyStream(InputStream input, OutputStream output, int buffersize) throws IOException
IOExceptionpublic static void safeClose(Closeable closeable)
Copyright © 2015 JBoss by Red Hat. All rights reserved.