public final 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,
java.lang.String objName,
boolean isPutCommand) |
static long |
copy(java.io.InputStream inputStream,
java.nio.channels.WritableByteChannel writableByteChannel,
int bufferSize,
java.lang.String objName,
boolean isPutCommand) |
public static long copy(java.io.InputStream inputStream, java.io.OutputStream outputStream, int bufferSize, java.lang.String objName, boolean isPutCommand) throws java.io.IOException
java.io.IOException
public static long copy(java.io.InputStream inputStream, java.nio.channels.WritableByteChannel writableByteChannel, int bufferSize, java.lang.String objName, boolean isPutCommand) throws java.io.IOException
java.io.IOException