Uses of Interface
poi.support.Closeable

Packages that use Closeable
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
poi.support This package contains classes for Java 1.4. 
 

Uses of Closeable in org.apache.poi.poifs.filesystem
 

Classes in org.apache.poi.poifs.filesystem that implement Closeable
 class NPOIFSFileSystem
          This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
 

Uses of Closeable in org.apache.poi.util
 

Methods in org.apache.poi.util with parameters of type Closeable
static void IOUtils.closeQuietly(Closeable closeable)
          Quietly (no exceptions) close Closable resource.
 

Uses of Closeable in poi.support
 

Classes in poi.support that implement Closeable
 class POIFormatter