@Deprecated public class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable stream)
Deprecated.
use java7 closeable
|
public static void closeQuietly(Closeable stream)
stream - the stream to close. Can be null.Copyright © 2025. All rights reserved.