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

Method writeByte

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

Source from the content-addressed store, hash-verified

28}
29
30void DataOutputStream::writeByte(unsigned char value) {
31 this->m_outputStream->write(value);
32}
33
34void DataOutputStream::write(unsigned int value) {
35 this->m_outputStream->write(value);

Callers 15

writeMethod · 0.80
writeUnnamedTagMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected