Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openRMSAndLoadData
Method · 0.80
loadBookSettings
Method · 0.80
Dictionary
Method · 0.80
getDefinition
Method · 0.80
checkValidity
Method · 0.80
ZLTextTeXHyphenator
Method · 0.80
Calls
1
readUTFchars
Method · 0.95
Tested by
no test coverage detected