Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void 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
save
Method · 0.80
Calls
2
length
Method · 0.80
at
Method · 0.80
Tested by
no test coverage detected