MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / readUTF

Method readUTF

src/org/albite/io/RandomReadingFile.java:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 public final String readUTF() throws IOException {
194 return new String(readUTFchars());
195 }
196
197 public final char[] readUTFchars() throws IOException {
198

Callers 6

openRMSAndLoadDataMethod · 0.80
loadBookSettingsMethod · 0.80
DictionaryMethod · 0.80
getDefinitionMethod · 0.80
checkValidityMethod · 0.80
ZLTextTeXHyphenatorMethod · 0.80

Calls 1

readUTFcharsMethod · 0.95

Tested by

no test coverage detected