Method close()
Return type: void
Member of:
java.io.ByteArrayOutputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
mMessageBuffer.close();
2
baos.close();
3
os.close();
4
baos.close();
5
out.close();
6
bos.close();
7
try { bodyOutputStream.close(); } catch(IOException e) {}
8
os.close();
9
bytes.close();
10
out.close();
11
if (bos != null) bos.close();
12
baos.close();
13
out.close ( );
14
os.close();
15
manifestOutput.close();
16
bout.close ();
17
out.close ();
18
out.close();
19
baos.close();
20
tempout.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.