Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openReader
Method · 0.95
loadSound
Method · 0.95
close
Method · 0.95
create
Method · 0.95
getImageData
Method · 0.95
run
Method · 0.95
storeJSONList
Method · 0.95
storeJSON
Method · 0.95
loadJSONList
Method · 0.95
fromJSON
Method · 0.95
loadJSON
Method · 0.95
load
Method · 0.95
Calls
2
getImplementation
Method · 0.95
cleanup
Method · 0.65
Tested by
5
runTests
Method · 0.76
installModernTheme
Method · 0.76
saveScreenshot
Method · 0.76
installModernThemeIfRequested
Method · 0.76
saveScreenshot
Method · 0.76