Uses of Interface
loci.poi.poifs.filesystem.Entry
Packages that use Entry
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of Entry in loci.poi.poifs.filesystem
Subinterfaces of Entry in loci.poi.poifs.filesystemModifier and TypeInterfaceDescriptioninterfaceThis interface defines methods specific to Directory objects managed by a Filesystem instance.interfaceThis interface defines methods specific to Document objects managed by a Filesystem instance.Classes in loci.poi.poifs.filesystem that implement EntryModifier and TypeClassDescriptionclassSimple implementation of DirectoryEntryclassSimple implementation of DocumentEntryclassAbstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()Methods in loci.poi.poifs.filesystem that return Entry