Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dumbledore/AlbiteREADER
/ readInt
Method
readInt
src/org/albite/io/RandomReadingFile.java:178–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
176
}
177
178
public
final
int
readInt() throws IOException {
179
pointer += 4;
180
return
in.readInt();
181
}
182
183
public
final
int
readUnsignedByte() throws IOException {
184
pointer++;
Callers
7
openRMSAndLoadData
Method · 0.80
AlbiteCharacter
Class · 0.80
loadBookSettings
Method · 0.80
loadHeader
Method · 0.80
AlbiteBitmapFont
Method · 0.80
Dictionary
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected