Remove the given writer from the pool. @param path the file that has been closed
(Path path)
| 58 | * @param path the file that has been closed |
| 59 | */ |
| 60 | void removeWriter(Path path) throws IOException; |
| 61 | |
| 62 | /** |
| 63 | * Give the memory manager an opportunity for doing a memory check. |
no outgoing calls
no test coverage detected