MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / writeVersionNumber

Method writeVersionNumber

src/org/albite/util/RMSHelper.java:40–51  ·  view source on GitHub ↗
(
            final MIDlet app,
            final DataOutputStream out)

Source from the content-addressed store, hash-verified

38 }
39
40 public static void writeVersionNumber(
41 final MIDlet app,
42 final DataOutputStream out) throws IOException {
43
44 String version = app.getAppProperty("MIDlet-Version");
45
46 if (version == null) {
47 version = "not_specified";
48 }
49
50 out.writeUTF(version);
51 }
52}

Callers 2

saveOptionsToRMSMethod · 0.95
saveOptionsToRMSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected