Package org.apache.parquet
Class IOExceptionUtils
- java.lang.Object
-
- org.apache.parquet.IOExceptionUtils
-
@Deprecated public class IOExceptionUtils extends Object
Deprecated.Utilities for managing I/O resources.
-
-
Constructor Summary
Constructors Constructor Description IOExceptionUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcloseQuietly(Closeable closeable)Deprecated.Call the close method on aCloseable, wrapping any IOException in a runtime exception.
-