(String fileNameHint, String[] data)
| 44 | BagFactory mBf = BagFactory.getInstance(); |
| 45 | |
| 46 | abstract protected String createInputFile(String fileNameHint, String[] data) throws IOException; |
| 47 | |
| 48 | abstract protected void deleteInputFile(String fileName) throws Exception; |
| 49 |
no outgoing calls
no test coverage detected