MCPcopy Create free account
hub / github.com/Card-Forge/forge / readAllLines

Method readAllLines

forge-core/src/main/java/forge/util/FileUtil.java:217–219  ·  view source on GitHub ↗

Read all lines. @param reader the reader @return the list

(final Reader reader)

Source from the content-addressed store, hash-verified

215 * @return the list
216 */
217 public static List<String> readAllLines(final Reader reader) {
218 return FileUtil.readAllLines(reader, false);
219 }
220
221 /**
222 * Reads all lines from given reader to a list of strings.

Callers 5

loadResourcesMethod · 0.95
readScriptMethod · 0.95
getFormattedChangelogMethod · 0.95
readFileMethod · 0.95
parseAllCardsMethod · 0.95

Calls 2

addMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected