Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ readByte
Method
readByte
src/minecraft/reader/nbt/NbtReader.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
int
readByte() throws IOException {
27
return
this.stream.readUnsignedByte();
28
}
29
30
public
int
readInt() throws IOException {
31
return
this.stream.readInt();
Callers
5
skipTagAfterTitle
Method · 0.95
getChunkDataInputStream
Method · 0.80
readSection
Method · 0.80
readForLength
Method · 0.80
readString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected