Uses of Class
com.twelvemonkeys.io.ole2.Entry

Packages that use Entry
com.twelvemonkeys.io.ole2 Contains classes for reading the contents of the Microsoft OLE 2 compound document format. 
 

Uses of Entry in com.twelvemonkeys.io.ole2
 

Methods in com.twelvemonkeys.io.ole2 that return Entry
 Entry Entry.getChildEntry(String pName)
          Returns the child of this Entry with the given name.
 Entry Entry.getParentEntry()
          Return the parent of this Entry
 Entry CompoundDocument.getRootEntry()
           
 

Methods in com.twelvemonkeys.io.ole2 that return types with arguments of type Entry
 SortedSet<Entry> Entry.getChildEntries()
          Returns the children of this Entry.
 

Methods in com.twelvemonkeys.io.ole2 with parameters of type Entry
 int Entry.compareTo(Entry pOther)
           
 



Copyright © 2015. All Rights Reserved.