Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.BATManaged
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
| org.docx4j.org.apache.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
-
Uses of BATManaged in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement BATManaged Modifier and Type Class Description classOPOIFSDocumentThis class manages a document in a old-style OPOIFS filesystem. -
Uses of BATManaged in org.docx4j.org.apache.poi.poifs.property
Classes in org.docx4j.org.apache.poi.poifs.property that implement BATManaged Modifier and Type Class Description classNPropertyTableThis class embodies the Property Table for aNPOIFSFileSystem; this is basically the directory for all of the documents in the filesystem.classPropertyTableThis class embodies the Property Table for thePOIFSFileSystem; this is basically the directory for all of the documents in the filesystem.classPropertyTableBaseThis class embodies the Property Table for the filesystem, which looks up entries in the filesystem to their chain of blocks. -
Uses of BATManaged in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement BATManaged Modifier and Type Class Description classBlockAllocationTableWriterThis class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.classSmallBlockTableWriterThis class implements storage for writing the small blocks used by small documents.