Uses of Package
org.docx4j.org.apache.poi.util
| 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 |
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt Class 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 toLittleEndianOutputLittleEndianInput LittleEndianInputStream Wraps anInputStreamprovidingLittleEndianInputLittleEndianOutput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.agile Class Description LittleEndianByteArrayOutputStream Adapts a plain byte array toLittleEndianOutputLittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 Class Description LittleEndianByteArrayOutputStream Adapts a plain byte array toLittleEndianOutputLittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.cryptoapi Class Description LittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.standard Class Description LittleEndianByteArrayOutputStream Adapts a plain byte array toLittleEndianOutputLittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.filesystem Class Description Internal Program elements annotated @Internal are intended for POI internal use only.LittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.util Class 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 arrayIntList 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 supportedLittleEndian.BufferUnderrunException Exception to handle buffer underrunsLittleEndianConsts a repository for constants shared by classes within this packageLittleEndianInput LittleEndianOutput SuppressForbidden Marking class for elements to be ignored by the forbidden apis checkTempFileCreationStrategy Interface used by theTempFileutility class to create temporary files.