MCPcopy 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

openRMSAndLoadDataMethod · 0.80
AlbiteCharacterClass · 0.80
loadBookSettingsMethod · 0.80
loadHeaderMethod · 0.80
AlbiteBitmapFontMethod · 0.80
DictionaryMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected