![]() |
Method close()
Return type: void
Member of: java.io.ObjectInputStream
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | ois.close(); |
| 2 | ois.close(); |
| 3 | in.close(); |
| 4 | ois.close(); |
| 5 | in.close(); |
| 6 | ois.close(); |
| 7 | ois.close(); |
| 8 | is.close(); |
| 9 | ois.close(); |
| 10 | ois.close(); |
| 11 | ois.close(); |
| 12 | in.close(); |
| 13 | in.close(); |
| 14 | is.close (); |
| 15 | in.close(); |
| 16 | is.close(); |
| 17 | try { in.close(); } catch(Exception e) { } |
| 18 | in.close(); |
| 19 | ois.close(); |
| 20 | inStream.close(); |