Uses of Package
org.apache.poi.util

Packages that use org.apache.poi.util
org.apache.poi   
org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format. 
org.apache.poi.hslf.blip   
org.apache.poi.hslf.model   
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
 

Classes in org.apache.poi.util used by org.apache.poi
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.
 

Classes in org.apache.poi.util used by org.apache.poi.ddf
LittleEndian.BufferUnderrunException
          Exception to handle buffer underruns
 

Classes in org.apache.poi.util used by org.apache.poi.hslf.blip
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.
 

Classes in org.apache.poi.util used by org.apache.poi.hslf.model
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.
 

Classes in org.apache.poi.util used by org.apache.poi.hslf.record
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.
 

Classes in org.apache.poi.util used by org.apache.poi.hslf.usermodel
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.
 

Classes in org.apache.poi.util used by org.apache.poi.hssf.record
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
 

Classes in org.apache.poi.util used by org.apache.poi.util
BitField
          Manage operations dealing with bit-mapped fields.
DoubleList
          A List of double'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 double wherever the List interface refers to a Collection or List, substitute DoubleList 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
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
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
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.