MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / writeChars

Method writeChars

src/Minecraft.World/java/io/DataOutputStream.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void DataOutputStream::writeChars(const std::wstring& value) {
64 for (unsigned int i = 0; i < value.length(); i++) {
65 this->writeChar(value.at(i));
66 };
67}

Callers 1

saveMethod · 0.80

Calls 2

lengthMethod · 0.80
atMethod · 0.80

Tested by

no test coverage detected