Bug 59724

Summary: Provide Closeable on all POIDocument classes
Product: POI Reporter: Nick Burch <apache>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.15-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Nick Burch 2016-06-19 21:51:33 UTC
As noticed in TIKA-2015, all POIXMLDocument classes implement Closeable, but only some OLE2-based POIDocument classes do

For both consistency, and allowing cleanup of open files when opening indirectly from a file, all should offer Closeable.
Comment 1 Nick Burch 2016-06-19 22:17:49 UTC
Fixed in r1749213, and used to simplify the POIOLE2TextExtractor closing in r1749214.