MCPcopy Create free account
hub / github.com/annmuor/jnode / read

Method read

jnode-core/src/jnode/store/XMLSerializer.java:45–52  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

43 }
44
45 public static Object read(String filename) throws FileNotFoundException {
46 XMLDecoder decoder =
47 new XMLDecoder(new BufferedInputStream(
48 new FileInputStream(filename)));
49 Object o = decoder.readObject();
50 decoder.close();
51 return o;
52 }
53}

Callers 15

internalLoadMethod · 0.95
internalLoadMethod · 0.95
readOrDieMethod · 0.80
readOrDieMethod · 0.80
readFrameMethod · 0.80
readOrDieMethod · 0.80
moveMethod · 0.80
zipFileMethod · 0.80
readUntillNullMethod · 0.80
unpackMethod · 0.80
unpackBundleMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected