Package | Description |
---|---|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentNode
Simple implementation of DocumentEntry
|
Modifier and Type | Method and Description |
---|---|
DocumentEntry |
POIFSFileSystem.createDocument(java.io.InputStream stream,
java.lang.String name)
Create a new document to be added to the root directory
|
DocumentEntry |
DirectoryEntry.createDocument(java.lang.String name,
java.io.InputStream stream)
create a new DocumentEntry
|
DocumentEntry |
DirectoryNode.createDocument(java.lang.String name,
java.io.InputStream stream)
create a new DocumentEntry
|
DocumentEntry |
POIFSFileSystem.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry in the root entry; the data will be
provided later
|
DocumentEntry |
DirectoryEntry.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
DocumentEntry |
DirectoryNode.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
|
Constructor and Description |
---|
DocumentInputStream(DocumentEntry document)
Create an InputStream from the specified DocumentEntry
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.