rjohnsondev / java-libpst

A library to read PST files with java, without need for external libraries.
251 stars 122 forks source link

PSTFile implements Closeable #63

Open mattcg opened 7 years ago

mattcg commented 7 years ago

This allows a PSTFile to be instantiated in a try-with-resources block.