Package | Description |
---|---|
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
loci.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
Modifier and Type | Field and Description |
---|---|
private POIFSDocument |
DocumentInputStream._document |
private POIFSDocument |
DocumentNode._document |
Modifier and Type | Method and Description |
---|---|
POIFSDocument |
DocumentNode.getDocument()
get the POIFSDocument
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
POIFSFileSystem.addDocument(POIFSDocument document)
add a new POIFSDocument
|
(package private) DocumentEntry |
DirectoryNode.createDocument(POIFSDocument document)
create a new DocumentEntry
|
Constructor and Description |
---|
DocumentInputStream(POIFSDocument document,
RandomAccessInputStream stream)
Create an InputStream from the specified Document
|
Modifier and Type | Field and Description |
---|---|
private POIFSDocument |
DocumentProperty._document |
Modifier and Type | Method and Description |
---|---|
POIFSDocument |
DocumentProperty.getDocument()
get the POIFSDocument
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentProperty.setDocument(POIFSDocument doc)
set the POIFSDocument
|
Copyright © 2016 Open Microscopy Environment