MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / main

Method main

Skay_Exp/src/tools/Deserializer.java:25–28  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

23 }
24
25 public static void main(String[] args) throws ClassNotFoundException, IOException {
26 final InputStream in = args.length == 0 ? System.in : new FileInputStream(new File(args[0]));
27 Object object = deserialize(in);
28 }
29}

Callers

nothing calls this directly

Calls 1

deserializeMethod · 0.95

Tested by

no test coverage detected