Package | Description |
---|---|
org.apache.poi.poifs.crypt.standard | |
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
StandardEncryptor.StandardCipherOutputStream |
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 |
DirectoryNode.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer) |
create a new DocumentEntry; the data will be provided later
|
DocumentEntry |
FilteringDirectoryNode.createDocument(java.lang.String name,
int size,
POIFSWriterListener writer) |
|
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.lang.String name,
int size,
POIFSWriterListener writer) |
create a new DocumentEntry in the root entry; the data will be
provided later
|
Constructor | Description |
---|---|
NPOIFSDocument(java.lang.String name,
int size,
NPOIFSFileSystem filesystem,
POIFSWriterListener writer) |
|
POIFSDocument(java.lang.String name,
int size,
POIFSBigBlockSize bigBlockSize,
POIFSDocumentPath path,
POIFSWriterListener writer) |
Constructor
|
POIFSDocument(java.lang.String name,
int size,
POIFSDocumentPath path,
POIFSWriterListener writer) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.