public class IOUtil extends Object
| Constructor and Description |
|---|
IOUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(AutoCloseable... closeables)
close Closeable
|
static void |
close(AutoCloseable closeable)
close Closeable
|
public static void close(AutoCloseable... closeables)
closeables - the closeablespublic static void close(AutoCloseable closeable)
closeable - the closeableCopyright © 2023 Seata. All rights reserved.