Uses of Class
org.apache.poi.poifs.filesystem.POIFSFileSystem
-
Packages that use POIFSFileSystem Package Description org.apache.poi org.apache.poi.extractor org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.org.apache.poi.hpsf.extractor 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 The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.poifs.crypt Implementation of the ECMA-376 and MS-propritary document encryptionsorg.apache.poi.poifs.crypt.cryptoapi org.apache.poi.poifs.dev DEV package serves two purposes.org.apache.poi.poifs.eventfilesystem The eventfilesystem is an efficient method for reading OLE 2 CDF files.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 POIFSFileSystem in org.apache.poi
Methods in org.apache.poi with parameters of type POIFSFileSystem Modifier and Type Method Description void
POIDocument. writeProperties(POIFSFileSystem outFS)
Writes out the standard Document Information Properties (HPSF)protected void
POIDocument. writeProperties(POIFSFileSystem outFS, List<String> writtenEntries)
Writes out the standard Document Information Properties (HPSF)Constructors in org.apache.poi with parameters of type POIFSFileSystem Constructor Description POIDocument(POIFSFileSystem fs)
Constructs from the default POIFSPOIReadOnlyDocument(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type POIFSFileSystem Modifier and Type Method Description static POITextExtractor
ExtractorFactory. createExtractor(POIFSFileSystem fs)
Create an extractor that can be used to read text from the given file.static POITextExtractor
ExtractorFactory. createExtractor(POIFSFileSystem fs, String password)
Create an extractor that can be used to read text from the given file. -
Uses of POIFSFileSystem in org.apache.poi.hpsf
Constructors in org.apache.poi.hpsf with parameters of type POIFSFileSystem Constructor Description HPSFPropertiesOnlyDocument(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in org.apache.poi.hpsf.extractor
Constructors in org.apache.poi.hpsf.extractor with parameters of type POIFSFileSystem Constructor Description HPSFPropertiesExtractor(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel with parameters of type POIFSFileSystem Modifier and Type Method Description 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 Constructor Description EventBasedExcelExtractor(POIFSFileSystem fs)
ExcelExtractor(POIFSFileSystem fs)
OldExcelExtractor(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description int
HSSFWorkbook. addOlePackage(POIFSFileSystem poiData, String label, String fileName, String command)
Adds an OLE package manager object with the given POIFS to the sheetstatic HSSFWorkbook
HSSFWorkbookFactory. createWorkbook(POIFSFileSystem fs)
Creates a HSSFWorkbook from the givenPOIFSFileSystem
Constructors in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem Constructor Description 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.poifs.crypt
Methods in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Modifier and Type Method Description InputStream
Decryptor. getDataStream(POIFSFileSystem fs)
OutputStream
Encryptor. getDataStream(POIFSFileSystem fs)
Constructors in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Constructor Description 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 Modifier and Type Method Description POIFSFileSystem
CryptoAPIDecryptor. getSummaryEntries(DirectoryNode root, String encryptedStream)
Decrypt the Document-/SummaryInformation and other optionally streams.Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type POIFSFileSystem Modifier and Type Method Description void
CryptoAPIEncryptor. setSummaryEntries(DirectoryNode dir, String encryptedStream, POIFSFileSystem entries)
Encrypt the Document-/SummaryInformation and other optionally streams. -
Uses of POIFSFileSystem in org.apache.poi.poifs.dev
Methods in org.apache.poi.poifs.dev with parameters of type POIFSFileSystem Modifier and Type Method Description static void
POIFSDump. dump(POIFSFileSystem fs, int startBlock, String name, File parent)
-
Uses of POIFSFileSystem in org.apache.poi.poifs.eventfilesystem
Methods in org.apache.poi.poifs.eventfilesystem with parameters of type POIFSFileSystem Modifier and Type Method Description void
POIFSReader. read(POIFSFileSystem poifs)
Read from aPOIFSFileSystem
and process the documents we get -
Uses of POIFSFileSystem in org.apache.poi.poifs.filesystem
Subclasses of POIFSFileSystem in org.apache.poi.poifs.filesystem Modifier and Type Class Description class
TempFilePOIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large filesMethods in org.apache.poi.poifs.filesystem that return POIFSFileSystem Modifier and Type Method Description static POIFSFileSystem
POIFSFileSystem. create(File file)
Creates a new POIFSFileSystem in a newFile
.POIFSFileSystem
DirectoryNode. getFileSystem()
Methods in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem Modifier and Type Method Description static void
EntryUtils. copyNodes(POIFSFileSystem source, POIFSFileSystem target)
Copies all nodes from one POIFS to the otherstatic void
EntryUtils. copyNodes(POIFSFileSystem source, POIFSFileSystem target, List<String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.static Ole10Native
Ole10Native. createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object.static void
Ole10Native. createOleMarkerEntry(POIFSFileSystem poifs)
Add the \1OLE marker entry, which is not the Ole10Native entry.static InputStream
DocumentFactoryHelper. getDecryptedStream(POIFSFileSystem fs, String password)
Wrap the OLE2 data in thePOIFSFileSystem
into a decrypted stream by using the given password.Constructors in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem Constructor Description POIFSDocument(String name, int size, POIFSFileSystem filesystem, POIFSWriterListener writer)
POIFSDocument(String name, POIFSFileSystem filesystem, InputStream stream)
Constructor for a new DocumentPOIFSDocument(DocumentProperty property, POIFSFileSystem filesystem)
Constructor for an existing Document -
Uses of POIFSFileSystem in org.apache.poi.poifs.macros
Constructors in org.apache.poi.poifs.macros with parameters of type POIFSFileSystem Constructor Description VBAMacroReader(POIFSFileSystem fs)
-
Uses of POIFSFileSystem in org.apache.poi.poifs.property
Constructors in org.apache.poi.poifs.property with parameters of type POIFSFileSystem Constructor Description PropertyTable(HeaderBlock headerBlock, POIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want to extract the property table from it). -
Uses of POIFSFileSystem in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description static SlideShow<?,?>
SlideShowFactory. create(POIFSFileSystem fs)
Creates a HSLFSlideShow from the given POIFSFileSystem -
Uses of POIFSFileSystem in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type POIFSFileSystem Modifier and Type Method Description static Workbook
WorkbookFactory. create(POIFSFileSystem fs)
Creates a Workbook from the given POIFSFileSystem.
-