@return the size of the file @throws ConnectionClosedException if the file is closed. @throws java.lang.SecurityException if the security of the application does not have read access for the file
()
| 78 | * access for the file |
| 79 | */ |
| 80 | public final int length() throws IOException { |
| 81 | return (int) file.fileSize(); |
| 82 | } |
| 83 | |
| 84 | public final String getName() { |
| 85 | return file.getName(); |
no test coverage detected