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

Packages that use NPOIFSFileSystem
org.apache.poi   
org.apache.poi.hdgf   
org.apache.poi.hdgf.extractor   
org.apache.poi.hpbf   
org.apache.poi.hpbf.extractor   
org.apache.poi.hpsf.extractor   
org.apache.poi.hslf   
org.apache.poi.hslf.extractor   
org.apache.poi.hsmf   
org.apache.poi.hsmf.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. 
org.apache.poi.ss.usermodel   
 

Uses of NPOIFSFileSystem in org.apache.poi
 

Constructors in org.apache.poi with parameters of type NPOIFSFileSystem
POIDocument(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.hdgf
 

Constructors in org.apache.poi.hdgf with parameters of type NPOIFSFileSystem
HDGFDiagram(NPOIFSFileSystem fs)
           
 

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

Constructors in org.apache.poi.hdgf.extractor with parameters of type NPOIFSFileSystem
VisioTextExtractor(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.hpbf
 

Constructors in org.apache.poi.hpbf with parameters of type NPOIFSFileSystem
HPBFDocument(NPOIFSFileSystem fs)
           
 

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

Constructors in org.apache.poi.hpbf.extractor with parameters of type NPOIFSFileSystem
PublisherTextExtractor(NPOIFSFileSystem fs)
           
 

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.hslf
 

Constructors in org.apache.poi.hslf with parameters of type NPOIFSFileSystem
HSLFSlideShow(NPOIFSFileSystem filesystem)
          Constructs a Powerpoint document from a POIFS Filesystem.
 

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

Constructors in org.apache.poi.hslf.extractor with parameters of type NPOIFSFileSystem
PowerPointExtractor(NPOIFSFileSystem fs)
          Creates a PowerPointExtractor, from an open NPOIFSFileSystem
 

Uses of NPOIFSFileSystem in org.apache.poi.hsmf
 

Constructors in org.apache.poi.hsmf with parameters of type NPOIFSFileSystem
MAPIMessage(NPOIFSFileSystem fs)
          Constructor for reading MSG Files from a POIFS filesystem
 

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

Constructors in org.apache.poi.hsmf.extractor with parameters of type NPOIFSFileSystem
OutlookTextExtactor(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
NPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, java.util.List<BATBlock> sbats, HeaderBlock header)
           
 

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).
 

Uses of NPOIFSFileSystem in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel with parameters of type NPOIFSFileSystem
static Workbook WorkbookFactory.create(NPOIFSFileSystem fs)
          Creates an HSSFWorkbook from the given NPOIFSFileSystem
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.