Class IOs


  • public final class IOs
    extends Object
    Static Input/Output Utilities.
    • Method Detail

      • closeQuietly

        public static void closeQuietly​(Closeable closeable)
        Close instance of Closeable object (stream, reader, writer, etc.). If an IOException occurs during the close operation, then it is logged but it will not fail by throwing another exception.
        Parameters:
        closeable - Closeable instance.