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

Method write

src/main/java/io/xjar/XKit.java:76–81  ·  view source on GitHub ↗
(OutputStream out, byte[] data)

Source from the content-addressed store, hash-verified

74 }
75
76 public static void write(OutputStream out, byte[] data) throws IOException {
77 if (data == null) {
78 return;
79 }
80 out.write(data);
81 }
82
83 /**
84 * 关闭资源,等效于XKit.close(closeable, true);

Callers 9

makeMethod · 0.45
readlnMethod · 0.45
writelnMethod · 0.45
transferMethod · 0.45
encryptMethod · 0.45
decryptMethod · 0.45
XSecureRandomMethod · 0.45
encryptMethod · 0.45
decryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected