MCPcopy 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

writeLocalHeaderMethod · 0.95

Calls 2

getBytesMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected