Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeBytes
Method
writeBytes
classpath/java/io/ObjectOutputStream.java:151–153 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
149
}
150
151
public
void
writeBytes(String s) throws IOException {
152
blockData(null, s.getBytes(), null);
153
}
154
155
public
void
writeChars(String s) throws IOException {
156
blockData(null, null, s.toCharArray());
Callers
nothing calls this directly
Calls
2
blockData
Method · 0.95
getBytes
Method · 0.80
Tested by
no test coverage detected