MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / read

Method read

src/main/java/io/file/browse/ShowFile.java:105–107  ·  view source on GitHub ↗
(String file)

Source from the content-addressed store, hash-verified

103 }
104
105 private void read(String file) {
106 itemsList.addElement(new MultiLine(file + "(" + txtData.length() + " bytes)", txtData));
107 }
108
109 public void cmdOk() {
110//#ifndef NOMMEDIA

Callers 5

ShowFileMethod · 0.95
readFileMethod · 0.45
fileReadUtfMethod · 0.45
readFileMethod · 0.45
runMethod · 0.45

Calls 1

addElementMethod · 0.80

Tested by

no test coverage detected