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

Method storageEntrySize

CodenameOne/src/com/codename1/ui/CN.java:1650–1652  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

1648 ///
1649 /// the size in bytes
1650 public static int storageEntrySize(String name) {
1651 return Storage.getInstance().entrySize(name);
1652 }
1653
1654 /// Writes the given object to storage assuming it is an externalizable type
1655 /// or one of the supported types.

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
entrySizeMethod · 0.45

Tested by

no test coverage detected