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