|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POIFSFileSystem | |
---|---|
org.apache.poi | |
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 | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.poifs.crypt | |
org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
Uses of POIFSFileSystem in org.apache.poi |
---|
Methods in org.apache.poi that return POIFSFileSystem | |
---|---|
POIFSFileSystem |
POIOLE2TextExtractor.getFileSystem()
Deprecated. Use POIOLE2TextExtractor.getRoot() instead |
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.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 |
---|
Methods in org.apache.poi.hssf.extractor that return POIFSFileSystem | |
---|---|
POIFSFileSystem |
EventBasedExcelExtractor.getFileSystem()
Deprecated. Use POIOLE2TextExtractor.getRoot() instead |
Constructors in org.apache.poi.hssf.extractor with parameters of type POIFSFileSystem | |
---|---|
EventBasedExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated. Use EventBasedExcelExtractor.EventBasedExcelExtractor(DirectoryNode) instead |
|
EventBasedExcelExtractor(POIFSFileSystem fs)
|
|
ExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated. Use ExcelExtractor.ExcelExtractor(DirectoryNode) instead |
|
ExcelExtractor(POIFSFileSystem fs)
|
Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel |
---|
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)
|
|
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 | |
---|---|
java.io.InputStream |
Decryptor.getDataStream(POIFSFileSystem fs)
|
Constructors in org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem | |
---|---|
EncryptionInfo(POIFSFileSystem fs)
|
Uses of POIFSFileSystem in org.apache.poi.poifs.filesystem |
---|
Methods in org.apache.poi.poifs.filesystem that return POIFSFileSystem | |
---|---|
POIFSFileSystem |
DirectoryNode.getFileSystem()
|
Methods in org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem | |
---|---|
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target)
Copies all nodes from one POIFS to the other |
static void |
EntryUtils.copyNodes(POIFSFileSystem source,
POIFSFileSystem target,
java.util.List 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |