@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable)
Unconditionally close a
Closeable. |
public static void closeQuietly(Closeable closeable)
Closeable.closeable - the object to close, may be null or already closedCopyright © 2004–2022. All rights reserved.