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

Method close

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

Source from the content-addressed store, hash-verified

44}
45
46void ByteArrayInputStream::close() {}
47
48long long ByteArrayInputStream::skip(long long amount) {
49 int newPos = m_nextPos + amount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected