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

Packages that use POIFSFileSystem
org.apache.poi   
org.apache.poi.extractor   
org.apache.poi.hdgf   
org.apache.poi.hdgf.extractor   
org.apache.poi.hpbf   
org.apache.poi.hpbf.extractor   
org.apache.poi.hpsf
 
org.apache.poi.hpsf.extractor   
org.apache.poi.hslf.extractor   
org.apache.poi.hslf.usermodel   
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.extractor   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hwpf   
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.extractor   
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
org.apache.poi.poifs.crypt.cryptoapi   
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.ss.usermodel   
 

Uses of POIFSFileSystem in org.apache.poi
 

Constructors in org.apache.poi with parameters of type POIFSFileSystem
POIDocument(POIFSFileSystem fs)
          Constructs from the default POIFS
POIReadOnlyDocument(POIFSFileSystem fs)
           
 

Uses of POIFSFileSystem in org.apache.poi.extractor
 

Methods in org.apache.poi.extractor with parameters of type POIFSFileSystem
static POIOLE2TextExtractor ExtractorFactory.createExtractor(POIFSFileSystem fs)
           
static POIOLE2TextExtractor OLE2ExtractorFactory.createExtractor(POIFSFileSystem fs)
           
 

Uses of POIFSFileSystem in org.apache.poi.hdgf
 

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

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

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

Uses of POIFSFileSystem in org.apache.poi.hpbf
 

Constructors in org.apache.poi.hpbf with parameters of type POIFSFileSystem
HPBFDocument(POIFSFileSystem fs)
          Opens a new publisher document
 

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

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

Uses of POIFSFileSystem in org.apache.poi.hpsf
 

Constructors in org.apache.poi.hpsf with parameters of type POIFSFileSystem
HPSFPropertiesOnlyDocument(POIFSFileSystem fs)
           
 

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

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

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

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

Uses of POIFSFileSystem in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel with parameters of type POIFSFileSystem
 int HSLFSlideShow.addEmbed(POIFSFileSystem poiData)
          Add a embedded object to this presentation
 

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

Uses of POIFSFileSystem in org.apache.poi.hssf.eventusermodel
 

Methods in org.apache.poi.hssf.eventusermodel with parameters of type POIFSFileSystem
 short HSSFEventFactory.abortableProcessWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)
          Processes a file into essentially record events.
 void HSSFEventFactory.processWorkbookEvents(HSSFRequest req, POIFSFileSystem fs)
          Processes a file into essentially record events.
 

Uses of POIFSFileSystem in org.apache.poi.hssf.extractor
 

Constructors in org.apache.poi.hssf.extractor with parameters of type POIFSFileSystem
EventBasedExcelExtractor(POIFSFileSystem fs)
           
ExcelExtractor(POIFSFileSystem fs)
           
 

Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem
 int HSSFWorkbook.addOlePackage(POIFSFileSystem poiData, java.lang.String label, java.lang.String fileName, java.lang.String command)
          Adds an OLE package manager object with the given POIFS to the sheet
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem
HSSFWorkbook(DirectoryNode directory, POIFSFileSystem fs, boolean preserveNodes)
          given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models.
HSSFWorkbook(POIFSFileSystem fs)
          Given a POI POIFSFileSystem object, read in its Workbook along with all related nodes, and populate the high and low level models.
HSSFWorkbook(POIFSFileSystem fs, boolean preserveNodes)
          Given a POI POIFSFileSystem object, read in its Workbook and populate the high and low level models.
 

Uses of POIFSFileSystem in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf that return POIFSFileSystem
static POIFSFileSystem HWPFDocumentCore.verifyAndBuildPOIFS(java.io.InputStream istream)
          Takes an InputStream, verifies that it's not RTF or PDF, builds a POIFSFileSystem from it, and returns that.
 

Constructors in org.apache.poi.hwpf with parameters of type POIFSFileSystem
HWPFDocument(POIFSFileSystem pfilesystem)
          This constructor loads a Word document from a POIFSFileSystem
HWPFDocumentCore(POIFSFileSystem pfilesystem)
          This constructor loads a Word document from a POIFSFileSystem
HWPFOldDocument(POIFSFileSystem fs)
           
 

Uses of POIFSFileSystem in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter with parameters of type POIFSFileSystem
static HWPFDocumentCore AbstractWordUtils.loadDoc(POIFSFileSystem poifsFileSystem)
           
 

Uses of POIFSFileSystem in org.apache.poi.hwpf.extractor
 

Constructors in org.apache.poi.hwpf.extractor with parameters of type POIFSFileSystem
Word6Extractor(DirectoryNode dir, POIFSFileSystem fs)
          Deprecated. Use Word6Extractor.Word6Extractor(DirectoryNode) instead
Word6Extractor(POIFSFileSystem fs)
          Create a new Word Extractor
WordExtractor(POIFSFileSystem fs)
          Create a new Word Extractor
 

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

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

Constructors in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem
EncryptionInfo(POIFSFileSystem fs)
          Opens for decryption
 

Uses of POIFSFileSystem in org.apache.poi.poifs.crypt.cryptoapi
 

Methods in org.apache.poi.poifs.crypt.cryptoapi that return POIFSFileSystem
 POIFSFileSystem CryptoAPIDecryptor.getSummaryEntries(DirectoryNode root, java.lang.String encryptedStream)
          Decrypt the Document-/SummaryInformation and other optionally streams.
 

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

Methods in org.apache.poi.poifs.filesystem that return POIFSFileSystem
static POIFSFileSystem POIFSFileSystem.create(java.io.File file)
          Creates a new POIFSFileSystem in a new File.
 

Methods in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem
static Ole10Native Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
          Creates an instance of this class from an embedded OLE Object.
 

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

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



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