Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ readLength
Method
readLength
src/minecraft/reader/nbt/NbtReader.java:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
public
int
readLength() throws IOException {
127
return
this.stream.readInt();
128
}
129
130
public
void
skipCompound() throws IOException {
131
while
(this.skipTag() == true) {
Callers
5
skipByteArray
Method · 0.95
doListOfCompounds
Method · 0.95
skipListOf
Method · 0.95
readBlocksRaw
Method · 0.80
readPosition
Method · 0.80
Calls
1
readInt
Method · 0.80
Tested by
no test coverage detected