Bug 63764

Summary: org.apache.poi.poifs.filesystem.NPOIFSFileSystem not supported in version 4.1.0?
Product: POI Reporter: drejcab
Component: POIFSAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 4.0.x-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description drejcab 2019-09-23 17:37:12 UTC
Hello,

POI 4.1.0 does not implement the class: NPOIFSFileSystem although on the web it still refers to it:

https://poi.apache.org/components/poifs/how-to.html#reading_npoifsfilesystem

To optimize memory consumption in the process of deleting metadata in files, is there another alternative class (batch processing -hundreds of files-)?

Regards.
Comment 1 Andreas Beeker 2019-09-23 17:48:52 UTC
OPOIFS was removed as part of #62649 in POI 4.0.0. NPOIFS is now the default and only supported POIFS.

I'll have a look on removing / renaming the parts in the documentation.
Comment 2 drejcab 2019-09-23 18:01:01 UTC
Ok, thanks.

Regards.