Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
make
Method · 0.45
readln
Method · 0.45
writeln
Method · 0.45
transfer
Method · 0.45
encrypt
Method · 0.45
decrypt
Method · 0.45
XSecureRandom
Method · 0.45
encrypt
Method · 0.45
decrypt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected