| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.crypt.agile | |
| org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 | |
| org.docx4j.org.apache.poi.poifs.crypt.cryptoapi | |
| org.docx4j.org.apache.poi.poifs.crypt.standard | |
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.util |
| Class and Description |
|---|
| BitField
Manage operations dealing with bit-mapped fields.
|
| Internal
Program elements annotated @Internal are intended for
POI internal use only.
|
| LittleEndianByteArrayOutputStream
Adapts a plain byte array to
LittleEndianOutput |
| LittleEndianInput |
| LittleEndianInputStream
Wraps an
InputStream providing LittleEndianInput
This class does not buffer any input, so the stream read position maintained
by this class is consistent with that of the inner stream. |
| LittleEndianOutput |
| Class and Description |
|---|
| LittleEndianByteArrayOutputStream
Adapts a plain byte array to
LittleEndianOutput |
| LittleEndianInput |
| Class and Description |
|---|
| LittleEndianByteArrayOutputStream
Adapts a plain byte array to
LittleEndianOutput |
| LittleEndianInput |
| Class and Description |
|---|
| LittleEndianInput |
| Class and Description |
|---|
| LittleEndianByteArrayOutputStream
Adapts a plain byte array to
LittleEndianOutput |
| LittleEndianInput |
| Class and Description |
|---|
| Internal
Program elements annotated @Internal are intended for
POI internal use only.
|
| LittleEndianInput |
| Class and Description |
|---|
| BitField
Manage operations dealing with bit-mapped fields.
|
| DelayableLittleEndianOutput
Implementors of this interface allow client code to 'delay' writing to a certain section of a
data output stream.
A typical application is for writing BIFF records when the size is not known until well after the header has been written. |
| FixedField
behavior of a field at a fixed location within a byte array
|
| Internal
Program elements annotated @Internal are intended for
POI internal use only.
|
| IntList
A List of int's; as full an implementation of the java.util.List
interface as possible, with an eye toward minimal creation of
objects
the mimicry of List is as follows:
if possible, operations designated 'optional' in the List
interface are attempted
wherever the List interface refers to an Object, substitute
int
wherever the List interface refers to a Collection or List,
substitute IntList
the mimicry is not perfect, however:
operations involving Iterators or ListIterators are not
supported
remove(Object) becomes removeValue to distinguish it from
remove(int index)
subList is not supported
|
| LittleEndian.BufferUnderrunException
Exception to handle buffer underruns
|
| LittleEndianConsts
a repository for constants shared by classes within this package
|
| LittleEndianInput |
| LittleEndianOutput |
| SuppressForbidden
Marking class for elements to be ignored by the forbidden apis check
|
| TempFileCreationStrategy
Interface used by the
TempFile utility class to create temporary files. |
Copyright © 2007–2023. All rights reserved.