MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / writeUTF

Method writeUTF

src/main/java/Client/Config.java:701–708  ·  view source on GitHub ↗
(DataOutputStream outputStream, String value)

Source from the content-addressed store, hash-verified

699 }
700
701 private void writeUTF(DataOutputStream outputStream, String value)
702 throws IOException {
703 if (value != null) {
704 outputStream.writeUTF(value);
705 } else {
706 outputStream.writeUTF("");
707 }
708 }
709
710 public void updateTime() {
711 Time.setOffset(gmtOffset);

Callers 9

saveToStorageMethod · 0.95
writeSrvCacheMethod · 0.80
saveToStorageMethod · 0.80
writeHeaderMethod · 0.80
saveRecentListMethod · 0.80
writeToStorageMethod · 0.80
serializeMethod · 0.80
saveStatusToStorageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected