MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / readObject

Method readObject

CodenameOne/src/com/codename1/io/Storage.java:581–583  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

579 ///
580 /// object stored under that name
581 public Object readObject(String name) {
582 return readObject(name, true);
583 }
584
585 /// Reads the object from the storage, returns null if the object isn't there
586 ///

Callers 3

getPendingPurchasesMethod · 0.95

Calls 12

fixFileNameMethod · 0.95
existsMethod · 0.95
createInputStreamMethod · 0.95
readObjectMethod · 0.95
pMethod · 0.95
eMethod · 0.95
isCrashBoundMethod · 0.95
sendLogMethod · 0.95
getImplementationMethod · 0.95
getMethod · 0.65
putMethod · 0.65
cleanupMethod · 0.65

Tested by

no test coverage detected