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

Method cleanup

CodenameOne/src/com/codename1/io/Util.java:222–224  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

220 ///
221 /// - `o`: Connection, Stream or other closeable object
222 public static void cleanup(Object o) {
223 Util.getImplementation().cleanup(o);
224 }
225
226 /// Reads an input stream to a string
227 ///

Callers 15

openReaderMethod · 0.95
loadSoundMethod · 0.95
closeMethod · 0.95
createMethod · 0.95
getImageDataMethod · 0.95
runMethod · 0.95
storeJSONListMethod · 0.95
storeJSONMethod · 0.95
loadJSONListMethod · 0.95
fromJSONMethod · 0.95
loadJSONMethod · 0.95
loadMethod · 0.95

Calls 2

getImplementationMethod · 0.95
cleanupMethod · 0.65

Tested by 5

runTestsMethod · 0.76
installModernThemeMethod · 0.76
saveScreenshotMethod · 0.76
saveScreenshotMethod · 0.76