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 Entry
Entry. getChildEntry(java.lang.String pName)
Returns the child of thisEntry
with the given name.Entry
Entry. getParentEntry()
Return the parent of thisEntry
Entry
CompoundDocument. 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 int
Entry. compareTo(Entry pOther)
-