Closes the file and the underlying javax.microedition.io.file.FileConnection @throws IOException
()
| 318 | * @throws IOException |
| 319 | */ |
| 320 | public final void close() throws IOException { |
| 321 | in.close(); |
| 322 | file.close(); |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Returns the current position of the reading pointer in the file |
no outgoing calls
no test coverage detected