|
||||||||||
| 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()
Return the underlying POIFS FileSystem of this document. |
| 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()
Return the underlying POIFS FileSystem of this document. |
| Constructors in org.apache.poi.hssf.extractor with parameters of type POIFSFileSystem | |
|---|---|
EventBasedExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
|
|
EventBasedExcelExtractor(POIFSFileSystem fs)
|
|
ExcelExtractor(DirectoryNode dir,
POIFSFileSystem fs)
|
|
ExcelExtractor(POIFSFileSystem fs)
|
|
| Uses of POIFSFileSystem in org.apache.poi.hssf.usermodel |
|---|
| Constructors in org.apache.poi.hssf.usermodel with parameters of type POIFSFileSystem | |
|---|---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record. |
|
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 Ole10Native |
Ole10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs)
Creates an instance of this class from an embedded OLE Object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||