Method close()
Return type: void
Member of:
java.io.InputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
input.close();
2
this.sourceStream.close();
3
soapStream.close();
4
m_inputStream.close();
5
m_InputStream.close();
6
this.second.close();
7
m_input.close();
8
if(in!=null) in.close() ;
9
in.close();
10
webis.close ();
11
in.close();
12
if (p.getInputStream()!=null) p.getInputStream().close();
13
is.close();
14
in.close();
15
is.close();
16
in.close();
17
public void close() throws IOException { in.close(); }
18
url.openStream().close();
19
in.close();
20
in.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.