Searched defs:closeQuietly (Results 1 – 2 of 2) sorted by relevance
197 public static void closeQuietly(@Nullable AutoCloseable closeable) { in closeQuietly() method in IoUtils218 public static void closeQuietly(@Nullable FileDescriptor fd) { in closeQuietly() method in IoUtils235 public static void closeQuietly(@Nullable Socket socket) { in closeQuietly() method in IoUtils
54 public static void closeQuietly(AutoCloseable closeable) { in closeQuietly() method in TestIoUtils