![]() |
Method close()
Return type: void
Member of: java.io.BufferedInputStream
[api documentation
] [ main menu] |
Examples of how the element is used (one line per example):
[add your own example]
| 1 | input.close(); |
| 2 | is.close(); |
| 3 | this.fileReader.close(); |
| 4 | copyIn.close(); |
| 5 | in.close(); |
| 6 | bis.close(); |
| 7 | bis.close(); |
| 8 | in.close(); |
| 9 | in.close ( ); |
| 10 | in.close(); |
| 11 | bis.close(); |
| 12 | in.close(); |
| 13 | in.close(); |
| 14 | br.close(); |
| 15 | try {if (bis!=null) bis.close();} |
| 16 | oneStream.close(); |
| 17 | in.close(); |
| 18 | bi.close(); |
| 19 | in.close(); |
| 20 | in.close(); |