Class IOExceptionUtils


  • @Deprecated
    public class IOExceptionUtils
    extends Object
    Deprecated.
    Utilities for managing I/O resources.
    • Constructor Detail

      • IOExceptionUtils

        public IOExceptionUtils()
        Deprecated.
    • Method Detail

      • closeQuietly

        public static void closeQuietly​(Closeable closeable)
        Deprecated.
        Call the close method on a Closeable, wrapping any IOException in a runtime exception.
        Parameters:
        closeable - - resource to close