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

Method close

src/Minecraft.World/java/io/ByteArrayOutputStream.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void ByteArrayOutputStream::close() {}
42
43arrayWithLength<unsigned char> ByteArrayOutputStream::toByteArray() {
44 return arrayWithLength<unsigned char>::createFromOther(m_buffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected