public class IOUtils
extends java.lang.Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
copy(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
int bufferSize) |
static long |
copy(java.io.InputStream inputStream,
java.nio.channels.WritableByteChannel writableByteChannel,
int bufferSize) |
public static long copy(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
int bufferSize)
throws java.io.IOException
java.io.IOExceptionpublic static long copy(java.io.InputStream inputStream,
java.nio.channels.WritableByteChannel writableByteChannel,
int bufferSize)
throws java.io.IOException
java.io.IOException