@Deprecated public class Closeables2 extends Object
@Deprecated public static void closeQuietly(@Nullable Closeable closeable)
Closeables.close(closeable, true), but with no IOException in the signature.closeable - the Closeable object to be closed, or null, in which case this method
does nothingCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.