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

Method store

CodenameOne/src/com/codename1/io/Properties.java:483–485  ·  view source on GitHub ↗
(OutputStream out, String comment)

Source from the content-addressed store, hash-verified

481 ///
482 /// - `ClassCastException`: if a key or value is not a string
483 public synchronized void store(OutputStream out, String comment) throws IOException {
484 store(new OutputStreamWriter(out, "UTF-8"), comment);
485 }
486
487 /// Stores the mappings in this `Properties` object to `out`,
488 /// putting the specified comment at the beginning.

Callers 4

saveMethod · 0.95
exectuteMethod · 0.95
migrateGuiBuilderMethod · 0.95

Calls 11

sortMethod · 0.95
dumpStringMethod · 0.95
appendMethod · 0.95
toStringMethod · 0.95
setLengthMethod · 0.95
lengthMethod · 0.65
writeMethod · 0.65
toStringMethod · 0.65
keySetMethod · 0.65
getMethod · 0.65
flushMethod · 0.65

Tested by

no test coverage detected