Uses of Interface
org.apache.poi.poifs.filesystem.DirectoryEntry

Packages that use DirectoryEntry
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.  
 

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

Classes in org.apache.poi.poifs.filesystem that implement DirectoryEntry
 class DirectoryNode
          Simple implementation of DirectoryEntry
 

Methods in org.apache.poi.poifs.filesystem that return DirectoryEntry
 DirectoryEntry EntryNode.getParent()
          get this Entry's parent (the DocumentEntry that owns this Entry).
 DirectoryEntry POIFSFileSystem.createDirectory(java.lang.String name)
          create a new DirectoryEntry in the root directory
 DirectoryEntry POIFSFileSystem.getRoot()
          get the root entry
 DirectoryEntry Entry.getParent()
          get this Entry's parent (the DirectoryEntry that owns this Entry).
 DirectoryEntry DirectoryEntry.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 DirectoryEntry DirectoryNode.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 


jakarta-poi 1.10.0-dev

Copyright © 2004 Apache jakarta-poi project. All Rights Reserved.