public class IOUtils
extends java.lang.Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(java.io.Closeable... cloasebales)
Closes multiple
Closeable objects swallowing exceptions. |
static void |
copy(javax.tools.FileObject source,
javax.tools.FileObject target)
Copy one
FileObject into an other. |
public static void closeQuietly(java.io.Closeable... cloasebales)
Closeable objects swallowing exceptions.cloasebales - The Closeable objects.public static void copy(javax.tools.FileObject source,
javax.tools.FileObject target)
throws java.io.IOException
FileObject into an other.source - The source FileObject.target - The target FileObject.java.io.IOExceptionCopyright © 2018. All Rights Reserved.