Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeUTF
Method
writeUTF
classpath/java/io/ObjectOutputStream.java:159–163 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
157
}
158
159
public
void
writeUTF(String s) throws IOException {
160
byte[] bytes = s.getBytes();
161
int
length = bytes.length;
162
blockData(
new
int
[] { length >> 8, length }, bytes, null);
163
}
164
165
private
int
classHandle;
166
Callers
1
main
Method · 0.95
Calls
2
blockData
Method · 0.95
getBytes
Method · 0.80
Tested by
1
main
Method · 0.76