Uses of Class
com.twelvemonkeys.io.ole2.Entry
-
Packages that use Entry Package Description 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 Modifier and Type Method Description EntryEntry. getChildEntry(java.lang.String pName)Returns the child of thisEntrywith the given name.EntryEntry. getParentEntry()Return the parent of thisEntryEntryCompoundDocument. getRootEntry()Methods in com.twelvemonkeys.io.ole2 that return types with arguments of type Entry Modifier and Type Method Description java.util.SortedSet<Entry>Entry. getChildEntries()Returns the children of thisEntry.Methods in com.twelvemonkeys.io.ole2 with parameters of type Entry Modifier and Type Method Description intEntry. compareTo(Entry pOther)
-