Uses of Class
org.apache.poi.poifs.filesystem.NPOIFSFileSystem

Packages that use NPOIFSFileSystem
org.apache.poi.hpsf.extractor   
org.apache.poi.poifs.crypt   
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
 

Uses of NPOIFSFileSystem in org.apache.poi.hpsf.extractor
 

Constructors in org.apache.poi.hpsf.extractor with parameters of type NPOIFSFileSystem
HPSFPropertiesExtractor(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.poifs.crypt
 

Methods in org.apache.poi.poifs.crypt with parameters of type NPOIFSFileSystem
 java.io.InputStream Decryptor.getDataStream(NPOIFSFileSystem fs)
           
 

Constructors in org.apache.poi.poifs.crypt with parameters of type NPOIFSFileSystem
EncryptionInfo(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.poifs.filesystem
 

Methods in org.apache.poi.poifs.filesystem that return NPOIFSFileSystem
 NPOIFSFileSystem DirectoryNode.getNFileSystem()
           
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type NPOIFSFileSystem
NPOIFSDocument(DocumentProperty property, NPOIFSFileSystem filesystem)
          Constructor for an existing Document
NPOIFSDocument(java.lang.String name, NPOIFSFileSystem filesystem, java.io.InputStream stream)
          Constructor for a new Document
 

Uses of NPOIFSFileSystem in org.apache.poi.poifs.property
 

Constructors in org.apache.poi.poifs.property with parameters of type NPOIFSFileSystem
NPropertyTable(HeaderBlock headerBlock, NPOIFSFileSystem filesystem)
          reading constructor (used when we've read in a file and we want to extract the property table from it).