Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeUTF8
Method
writeUTF8
classpath/java/util/zip/ZipOutputStream.java:241–245 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
239
}
240
241
private
int
writeUTF8(String text) throws IOException {
242
byte[] bytes = text.getBytes(
"UTF-8"
);
243
out.write(bytes, 0, bytes.length);
244
return
bytes.length;
245
}
246
}
Callers
2
writeLocalHeader
Method · 0.95
writeCentralDirectoryHeader
Method · 0.95
Calls
2
getBytes
Method · 0.80
write
Method · 0.65
Tested by
no test coverage detected