MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / DataFile

Method DataFile

src/org/opensourcephysics/display/DataFile.java:31–36  ·  view source on GitHub ↗

Creates a DataFile using data in the given file. @param fileName

(File file)

Source from the content-addressed store, hash-verified

29 * @param fileName
30 */
31 public DataFile(File file) {
32 super(null);
33 if (file != null) {
34 open(file);
35 }
36 }
37
38 /**
39 * Some objects (eg, a Group) do not contain data, but a list of Data

Callers

nothing calls this directly

Calls 1

openMethod · 0.95

Tested by

no test coverage detected