Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ readLong
Method
readLong
src/minecraft/reader/nbt/NbtReader.java:216–218 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
public
long readLong() throws IOException {
217
return
this.stream.readLong();
218
}
219
220
}
Callers
2
readBits
Method · 0.80
skipLongArray
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected