Class IOUtils


  • @Deprecated
    public class IOUtils
    extends Object
    Deprecated.
    Utils to manage IO streams.
    Author:
    François ROLAND
    • Method Detail

      • closeQuietly

        public static void closeQuietly​(Closeable stream)
        Deprecated.
        use java7 closeable
        Closes a stream without returning any exception.
        Parameters:
        stream - the stream to close. Can be null.