MCPcopy Index your code
hub / github.com/benfry/processing4 / loadTable

Method loadTable

core/src/processing/core/PApplet.java:5583–5585  ·  view source on GitHub ↗

Reads the contents of a file or URL and creates a Table object with its values. If a file is specified, it must be located in the sketch's "data" folder. The filename parameter can also be a URL to a file found online. The filename must either end in an extension or an extension must be specified in

(String filename)

Source from the content-addressed store, hash-verified

5581 * @see PApplet#loadXML(String)
5582 */
5583 public Table loadTable(String filename) {
5584 return loadTable(filename, null);
5585 }
5586
5587
5588 /**

Callers

nothing calls this directly

Calls 7

extensionOptionsMethod · 0.95
trimMethod · 0.95
splitMethod · 0.95
typedParseMethod · 0.95
createInputMethod · 0.95
printStackTraceMethod · 0.95
printlnMethod · 0.45

Tested by

no test coverage detected