Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
LittleEndian.BufferUnderrunException |
Exception to handle buffer underruns
|
Class | Description |
---|---|
LZWDecompresser |
This class provides common functionality for the
various LZW implementations in the different file
formats.
|
Class | Description |
---|---|
LZWDecompresser |
This class provides common functionality for the
various LZW implementations in the different file
formats.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Class | Description |
---|---|
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Class | Description |
---|---|
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Class | Description |
---|---|
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Class | Description |
---|---|
StringUtil.StringsIterator |
An Iterator over an array of Strings.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
RecordFormatException |
A common exception thrown by our binary format parsers
(especially HSSF and DDF), when they hit invalid
format or data when processing a record.
|
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput | |
RecordFormatException |
A common exception thrown by our binary format parsers
(especially HSSF and DDF), when they hit invalid
format or data when processing a record.
|
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianInput |
Class | Description |
---|---|
LittleEndianOutput |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
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 to
LittleEndianOutput |
LittleEndianInput | |
LittleEndianInputStream |
Wraps an
InputStream providing LittleEndianInput |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianByteArrayOutputStream |
Adapts a plain byte array to
LittleEndianOutput |
LittleEndianInput |
Class | Description |
---|---|
LittleEndianByteArrayOutputStream |
Adapts a plain byte array to
LittleEndianOutput |
LittleEndianInput |
Class | Description |
---|---|
LittleEndianInput |
Class | Description |
---|---|
LittleEndianByteArrayOutputStream |
Adapts a plain byte array to
LittleEndianOutput |
LittleEndianInput |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
LittleEndianInput |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
LittleEndianInput | |
LittleEndianOutput |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
LittleEndianOutput |
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 array
|
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 | |
POILogger |
A logger interface that strives to make it as easy as possible for
developers to write log calls, while simultaneously making those
calls as cheap as possible by performing lazy evaluation of the log
message.
|
ShortList |
A List of short'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
short
wherever the List interface refers to a Collection or List,
substitute ShortList
the mimicry is not perfect, however:
operations involving Iterators or ListIterators are not
supported
remove(Object) becomes removeValue to distinguish it from
remove(short index)
subList is not supported
|
TempFileCreationStrategy |
Interface used by the
TempFile utility class to create temporary files. |
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Beta |
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Class | Description |
---|---|
Internal |
Program elements annotated @Internal are intended for
POI internal use only.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.