Uses of Package
org.docx4j.org.apache.poi.util
Packages that use org.docx4j.org.apache.poi.util
Package
Description
Implementation of the ECMA-376 Document Encryption
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.cryptClassDescriptionManage operations dealing with bit-mapped fields.Program elements annotated @Internal are intended for POI internal use only.Adapts a plain byte array to
LittleEndianOutputWraps anInputStreamprovidingLittleEndianInput -
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.agile
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.crypt.standard
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.poifs.filesystemClassDescriptionProgram elements annotated @Internal are intended for POI internal use only.
-
Classes in org.docx4j.org.apache.poi.util used by org.docx4j.org.apache.poi.utilClassDescriptionManage operations dealing with bit-mapped fields.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.behavior of a field at a fixed location within a byte arrayProgram elements annotated @Internal are intended for POI internal use only.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 supportedException to handle buffer underrunsa repository for constants shared by classes within this packageMarking class for elements to be ignored by the forbidden apis checkInterface used by theTempFileutility class to create temporary files.