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

Method entrySize

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

Source from the content-addressed store, hash-verified

276 ///
277 /// the size in bytes
278 public int entrySize(String name) {
279 name = fixFileName(name);
280 return Util.getImplementation().getStorageEntrySize(name);
281 }
282
283 /// Writes the given object to storage assuming it is an externalizable type
284 /// or one of the supported types.

Callers 7

runMethod · 0.95
getSizeMethod · 0.45
downloadUrlToMethod · 0.45
fetchMethod · 0.45
actionPerformedMethod · 0.45
storageEntrySizeMethod · 0.45
invoke24Method · 0.45

Calls 3

fixFileNameMethod · 0.95
getImplementationMethod · 0.95
getStorageEntrySizeMethod · 0.45

Tested by

no test coverage detected