Package | Description |
---|---|
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 POIFSWriterListener |
POIFSDocument.SmallBlockStore.writer |
private POIFSWriterListener |
POIFSDocument.BigBlockStore.writer |
Modifier and Type | Method and Description |
---|---|
DocumentEntry |
POIFSFileSystem.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry in the root entry; the data will be
provided later
|
DocumentEntry |
DirectoryEntry.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
DocumentEntry |
DirectoryNode.createDocument(String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
Constructor and Description |
---|
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
|
Copyright © 2015 Open Microscopy Environment