MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / readLines

Method readLines

src/main/java/net/minecraft/src/Config.java:1264–1267  ·  view source on GitHub ↗
(File p_readLines_0_)

Source from the content-addressed store, hash-verified

1262 }
1263
1264 public static String[] readLines(File p_readLines_0_) throws IOException {
1265 FileInputStream fileinputstream = new FileInputStream(p_readLines_0_);
1266 return readLines(fileinputstream);
1267 }
1268
1269 public static String[] readLines(InputStream p_readLines_0_) throws IOException {
1270 List list = new ArrayList();

Callers 5

getLinesMethod · 0.95
getBuildMethod · 0.95
loadLocaleDataMethod · 0.80
loadLocaleDataMethod · 0.80
StringTranslateMethod · 0.80

Calls 4

readLineMethod · 0.80
toArrayMethod · 0.45
sizeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected