MCPcopy Create free account
hub / github.com/Firebasky/Java / readFileObject

Method readFileObject

java序列化链/Clojure/SerializeUtil.java:12–15  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

10 outputStream.close();
11 }
12 public static void readFileObject(String fileName) throws Exception {
13 ObjectInputStream ois = new ObjectInputStream(new FileInputStream(fileName));
14 Object o = ois.readObject();
15 }
16}

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected