Package | Description |
---|---|
loci.poi.poifs.eventfilesystem |
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
|
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Field and Description |
---|---|
private POIFSDocumentPath |
POIFSReaderEvent.path |
Modifier and Type | Method and Description |
---|---|
POIFSDocumentPath |
POIFSReaderEvent.getPath() |
Modifier and Type | Method and Description |
---|---|
(package private) Iterator |
POIFSReaderRegistry.getListeners(POIFSDocumentPath path,
String name)
get am iterator of listeners for a particular document
|
private void |
POIFSReader.processProperties(BlockList small_blocks,
BlockList big_blocks,
Iterator properties,
POIFSDocumentPath path) |
(package private) void |
POIFSReaderRegistry.registerListener(POIFSReaderListener listener,
POIFSDocumentPath path,
String documentName)
register a POIFSReaderListener for a particular document
|
void |
POIFSReader.registerListener(POIFSReaderListener listener,
POIFSDocumentPath path,
String name)
Register a POIFSReaderListener for a document in the specified
directory
|
Constructor and Description |
---|
POIFSReaderEvent(DocumentInputStream stream,
POIFSDocumentPath path,
String documentName)
package scoped constructor
|
Modifier and Type | Field and Description |
---|---|
private POIFSDocumentPath |
DirectoryNode._path |
private POIFSDocumentPath |
POIFSDocument.SmallBlockStore.path |
private POIFSDocumentPath |
POIFSDocument.BigBlockStore.path |
private POIFSDocumentPath |
DocumentDescriptor.path |
private POIFSDocumentPath |
POIFSWriterEvent.path |
Modifier and Type | Method and Description |
---|---|
POIFSDocumentPath |
POIFSDocumentPath.getParent()
Returns the path's parent or
null if this path
is the root path. |
POIFSDocumentPath |
DirectoryNode.getPath() |
POIFSDocumentPath |
POIFSWriterEvent.getPath() |
Constructor and Description |
---|
DocumentDescriptor(POIFSDocumentPath path,
String name)
Trivial constructor
|
POIFSDocument.BigBlockStore(POIFSDocumentPath path,
String name,
int size,
POIFSWriterListener writer)
Constructor for a big block store that will be written
later
|
POIFSDocument.SmallBlockStore(POIFSDocumentPath path,
String name,
int size,
POIFSWriterListener writer)
Constructor for a small block store that will be written
later
|
POIFSDocument(String name,
int size,
POIFSDocumentPath path,
POIFSWriterListener writer,
int blockSize)
Constructor
|
POIFSDocumentPath(POIFSDocumentPath path,
String[] components)
constructor that adds additional subdirectories to an existing
path
|
POIFSWriterEvent(DocumentOutputStream stream,
POIFSDocumentPath path,
String documentName,
int limit)
package scoped constructor
|
Copyright © 2016 Open Microscopy Environment