Package | Description |
---|---|
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method | Description |
---|---|---|
static DocumentEntry |
DataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir,
java.lang.String path,
EncryptionRecord out) |
Modifier and Type | Class | Description |
---|---|---|
class |
DocumentNode |
Simple implementation of DocumentEntry
|
Modifier and Type | Method | Description |
---|---|---|
DocumentEntry |
DirectoryEntry.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer) |
create a new DocumentEntry; the data will be provided later
|
DocumentEntry |
DirectoryEntry.createDocument(java.lang.String name,
java.io.InputStream stream) |
create a new DocumentEntry
|
DocumentEntry |
DirectoryNode.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,
java.io.InputStream stream) |
create a new DocumentEntry
|
DocumentEntry |
FilteringDirectoryNode.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer) |
|
DocumentEntry |
FilteringDirectoryNode.createDocument(java.lang.String name,
java.io.InputStream stream) |
|
DocumentEntry |
NPOIFSFileSystem.createDocument(java.io.InputStream stream,
java.lang.String name) |
Create a new document to be added to the root directory
|
DocumentEntry |
NPOIFSFileSystem.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer) |
create a new DocumentEntry in the root entry; the data will be
provided later
|
DocumentEntry |
POIFSFileSystem.createDocument(java.io.InputStream stream,
java.lang.String name) |
Create a new document to be added to the root directory
|
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
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
EntryUtils.areDocumentsIdentical(DocumentEntry docA,
DocumentEntry docB) |
Checks to see if two Documents have the same name
and the same contents.
|
Constructor | Description |
---|---|
DocumentInputStream(DocumentEntry document) |
Create an InputStream from the specified DocumentEntry
|
NDocumentInputStream(DocumentEntry document) |
Create an InputStream from the specified DocumentEntry
|
NDocumentOutputStream(DocumentEntry document) |
Create an OutputStream from the specified DocumentEntry.
|
ODocumentInputStream(DocumentEntry document) |
Create an InputStream from the specified DocumentEntry
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.