Method store(OutputStream out, String comments)
Return type: void
Member of:
java.util.Properties
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
p.store(vm.getOutputStream(), "");
2
props.store( new FileOutputStream(
3
stats.store( fos, "WSIF Performance stats" );
4
prefs.store(out, "Winie User Preferences");
5
props.store(fos, "# Generated by 2step\n# (c) Zentense 2002");
6
properties.store(stream, "Master Tracing Options");
7
p.store( out, "Updated by Upgrader");
8
props.store(new FileOutputStream("eg.properties"), "Event Generator Properties");
9
properties.store(baos, "");
10
options.store(new FileOutputStream(rcfile), "webplay configuration file");
11
lmkProps.store(out, "Local Master Keys");
12
schemeGeneratorProperties.store(new java.io.FileOutputStream(System.getProperty("user.home") +
13
_properties.store(new FileOutputStream(file), "Argo properties");
14
properties.store(out, "--- ToscanaJ settings ---");
15
setting.store( fos, "JMSN setting" );
16
pcpProperties.store(new FileOutputStream(pcpPropsFile),"Plugins Control Panel properties");
17
this.userValues.store( fos, "User values" );
18
p.store(os, "Gretel configuration file.");
19
props.store (baos, ""); // NOI18N
20
grinderProperties.store(outputStream, "");
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.