MCPcopy Create free account
hub / github.com/core-lib/xjar / close

Method close

src/main/java/io/xjar/XKit.java:88–94  ·  view source on GitHub ↗

关闭资源,等效于XKit.close(closeable, true); @param closeable 资源

(Closeable closeable)

Source from the content-addressed store, hash-verified

86 * @param closeable 资源
87 */
88 public static void close(Closeable closeable) {
89 try {
90 close(closeable, true);
91 } catch (IOException e) {
92 throw new RuntimeException(e);
93 }
94 }
95
96 /**
97 * 关闭资源

Callers 11

decryptMethod · 0.95
transferMethod · 0.95
encryptMethod · 0.95
decryptMethod · 0.95
encryptMethod · 0.95
encryptMethod · 0.95
predicateMethod · 0.95
decryptMethod · 0.95
predicateMethod · 0.95
encryptMethod · 0.95
decryptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected