Method load(InputStream inStream)
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 this.load(new FileInputStream(file));
2 variables.load(in);
3 props.load( TestEngine.findTestProperties() );
4 _props.load(in);
5 p.load(new FileInputStream(prop));
6 props.load(new BufferedInputStream(fis));
7 props.load( TestEngine.findTestProperties() );
8 adapterProperties.load(new FileInputStream(file));
9 ((Properties)wrapped).load(in);
10 stats.load( fis );
11 result.load(in);
12 resources.load(stream);
13 ijPrefs.load(is);
14 list.load(new FileInputStream(propertyFilename));
15 translated.load(fin);
16 props.load(fin);
17 prop.load(new FileInputStream(propFile));
18 props.load(is);
19 props.load(this.getClass().getResourceAsStream(resName));
20 props.load(stream);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.