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

Packages that use NPOIFSFileSystem
org.apache.poi   
org.apache.poi.extractor   
org.apache.poi.hdgf   
org.apache.poi.hdgf.extractor   
org.apache.poi.hpbf   
org.apache.poi.hpbf.dev   
org.apache.poi.hpbf.extractor   
org.apache.poi.hpsf
 
org.apache.poi.hpsf.extractor   
org.apache.poi.hslf.dev   
org.apache.poi.hslf.extractor   
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
org.apache.poi.hsmf   
org.apache.poi.hsmf.dev   
org.apache.poi.hsmf.extractor   
org.apache.poi.hsmf.parsers   
org.apache.poi.hssf.dev DEV package serves two purposes. 
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.poifs.crypt Implementation of the ECMA-376 Document Encryption 
org.apache.poi.poifs.crypt.cryptoapi   
org.apache.poi.poifs.dev DEV package serves two purposes. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.macros   
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
org.apache.poi.sl.usermodel   
org.apache.poi.ss.usermodel   
 

Uses of NPOIFSFileSystem in org.apache.poi
 

Methods in org.apache.poi with parameters of type NPOIFSFileSystem
protected  void POIDocument.writeProperties(NPOIFSFileSystem outFS)
          Writes out the standard Document Information Properties (HPSF)
protected  void POIDocument.writeProperties(NPOIFSFileSystem outFS, java.util.List<java.lang.String> writtenEntries)
          Writes out the standard Document Information Properties (HPSF)
protected  void POIDocument.writePropertySet(java.lang.String name, PropertySet set, NPOIFSFileSystem outFS)
          Writes out a given ProperySet
 

Constructors in org.apache.poi with parameters of type NPOIFSFileSystem
POIDocument(NPOIFSFileSystem fs)
          Constructs from an old-style OPOIFS
POIReadOnlyDocument(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.extractor
 

Methods in org.apache.poi.extractor with parameters of type NPOIFSFileSystem
static POIOLE2TextExtractor ExtractorFactory.createExtractor(NPOIFSFileSystem fs)
           
static POIOLE2TextExtractor OLE2ExtractorFactory.createExtractor(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.dev
 

Constructors in org.apache.poi.hpbf.dev with parameters of type NPOIFSFileSystem
HPBFDumper(NPOIFSFileSystem fs)
           
PLCDumper(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
 

Constructors in org.apache.poi.hpsf with parameters of type NPOIFSFileSystem
HPSFPropertiesOnlyDocument(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.dev
 

Constructors in org.apache.poi.hslf.dev with parameters of type NPOIFSFileSystem
SlideShowDumper(NPOIFSFileSystem filesystem, java.io.PrintStream out)
          Constructs a Powerpoint dump 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
QuickButCruddyTextExtractor(NPOIFSFileSystem poifs)
          Creates an extractor from a POIFS Filesystem
 

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

Methods in org.apache.poi.hslf.record with parameters of type NPOIFSFileSystem
 void CurrentUserAtom.writeToFS(NPOIFSFileSystem fs)
          Writes ourselves back out to a filesystem
 

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

Methods in org.apache.poi.hslf.usermodel with parameters of type NPOIFSFileSystem
static SlideShow<?,?> HSLFSlideShowFactory.createSlideShow(NPOIFSFileSystem fs)
          Creates a HSLFSlideShow from the given NPOIFSFileSystem
 

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

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

Constructors in org.apache.poi.hsmf.dev with parameters of type NPOIFSFileSystem
HSMFDump(NPOIFSFileSystem fs)
           
 

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.hsmf.parsers
 

Methods in org.apache.poi.hsmf.parsers with parameters of type NPOIFSFileSystem
static ChunkGroup[] POIFSChunkParser.parse(NPOIFSFileSystem fs)
           
 

Uses of NPOIFSFileSystem in org.apache.poi.hssf.dev
 

Methods in org.apache.poi.hssf.dev with parameters of type NPOIFSFileSystem
protected static java.io.InputStream BiffViewer.getPOIFSInputStream(NPOIFSFileSystem fs)
           
 

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

Constructors in org.apache.poi.hssf.extractor with parameters of type NPOIFSFileSystem
OldExcelExtractor(NPOIFSFileSystem fs)
           
 

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

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

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

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

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

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

Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type NPOIFSFileSystem
 void CryptoAPIEncryptor.setSummaryEntries(DirectoryNode dir, java.lang.String encryptedStream, NPOIFSFileSystem entries)
          Encrypt the Document-/SummaryInformation and other optionally streams.
 

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

Methods in org.apache.poi.poifs.dev with parameters of type NPOIFSFileSystem
static void POIFSDump.dump(NPOIFSFileSystem fs, int startBlock, java.lang.String name, java.io.File parent)
           
 

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

Subclasses of NPOIFSFileSystem in org.apache.poi.poifs.filesystem
 class POIFSFileSystem
          Transition class for the move from POIFSFileSystem to OPOIFSFileSystem, and from NPOIFSFileSystem to POIFSFileSystem.
 

Methods in org.apache.poi.poifs.filesystem that return NPOIFSFileSystem
 NPOIFSFileSystem DirectoryNode.getFileSystem()
           
 NPOIFSFileSystem DirectoryNode.getNFileSystem()
          If this is NPOIFS based, return the NPOIFSFileSystem that this belong to, otherwise Null if OPOIFS based
 

Methods in org.apache.poi.poifs.filesystem with parameters of type NPOIFSFileSystem
static void EntryUtils.copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target)
          Copies all nodes from one POIFS to the other
static void EntryUtils.copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target, java.util.List<java.lang.String> excepts)
          Copies nodes from one POIFS to the other, minus the excepts.
static java.io.InputStream DocumentFactoryHelper.getDecryptedStream(NPOIFSFileSystem fs, java.lang.String password)
          Wrap the OLE2 data in the NPOIFSFileSystem into a decrypted stream by using the given password.
 

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, int size, NPOIFSFileSystem filesystem, POIFSWriterListener writer)
           
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.macros
 

Constructors in org.apache.poi.poifs.macros with parameters of type NPOIFSFileSystem
VBAMacroReader(NPOIFSFileSystem fs)
           
 

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.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel with parameters of type NPOIFSFileSystem
static SlideShow<?,?> SlideShowFactory.create(NPOIFSFileSystem fs)
          Creates a SlideShow from the given NPOIFSFileSystem.
static SlideShow<?,?> SlideShowFactory.create(NPOIFSFileSystem fs, java.lang.String password)
          Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected
 

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 a HSSFWorkbook from the given NPOIFSFileSystem
 



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