Method close()
Return type: void
Member of: java.io.FileInputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 in.close();
2 in.close();
3 fis.close();
4 fin.close();
5 f_in.close();
6 SourceFile.close();
7 fis.close();
8 fin.close();
9 fin.close();
10 fin.close();
11 fis.close();
12 fin.close();
13 if (fis != null) fis.close();
14 fin.close();
15 in.close();
16 f.close() ;
17 istream.close();
18 input.close();
19 is.close();
20 scan.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.