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