jhdf
jhdf copied to clipboard
Cleanup temp files when file is closed
If you read a HdfFile
from an InputStream
a temp file is created. Currently this is only cleaned up when the JVM exits and improvement would also be to clean this up when the HdfFile
is closed.