public class FileUtils
extends java.lang.Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(java.io.Closeable... closeable)
Silently close given files.
|
static void |
copyStream(java.io.InputStream is,
java.io.OutputStream os,
int buffer_size) |