Uses of Class
com.twelvemonkeys.io.ole2.Entry
-
Packages that use Entry Package Description com.twelvemonkeys.imageio.plugins.thumbsdb com.twelvemonkeys.io.ole2 Contains classes for reading the contents of the Microsoft OLE 2 compound document format. -
-
Uses of Entry in com.twelvemonkeys.imageio.plugins.thumbsdb
Fields in com.twelvemonkeys.imageio.plugins.thumbsdb declared as Entry Modifier and Type Field Description private Entry
ThumbsDBImageReader. root
-
Uses of Entry in com.twelvemonkeys.io.ole2
Fields in com.twelvemonkeys.io.ole2 declared as Entry Modifier and Type Field Description (package private) Entry
Entry. parent
private Entry
CompoundDocument. rootEntry
Fields in com.twelvemonkeys.io.ole2 with type parameters of type Entry Modifier and Type Field Description (package private) java.util.SortedSet<Entry>
Entry. children
private static java.util.SortedSet<Entry>
Entry. NO_CHILDREN
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.(package private) Entry
CompoundDocument. getEntry(int pDirectoryId, Entry pParent)
(package private) Entry
CompoundDocument. getEntry(java.lang.String pPath)
Entry
Entry. getParentEntry()
Return the parent of thisEntry
Entry
CompoundDocument. getRootEntry()
(package private) static Entry
Entry. readEntry(java.io.DataInput pInput)
Reads an entry from the input.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
.(package private) java.util.SortedSet<Entry>
CompoundDocument. getEntries(int pDirectoryId, Entry pParent)
private java.util.SortedSet<Entry>
CompoundDocument. getEntriesRecursive(int pDirectoryId, Entry pParent, java.util.SortedSet<Entry> pEntries)
Methods in com.twelvemonkeys.io.ole2 with parameters of type Entry Modifier and Type Method Description int
Entry. compareTo(Entry pOther)
(package private) java.util.SortedSet<Entry>
CompoundDocument. getEntries(int pDirectoryId, Entry pParent)
private java.util.SortedSet<Entry>
CompoundDocument. getEntriesRecursive(int pDirectoryId, Entry pParent, java.util.SortedSet<Entry> pEntries)
(package private) Entry
CompoundDocument. getEntry(int pDirectoryId, Entry pParent)
Method parameters in com.twelvemonkeys.io.ole2 with type arguments of type Entry Modifier and Type Method Description private java.util.SortedSet<Entry>
CompoundDocument. getEntriesRecursive(int pDirectoryId, Entry pParent, java.util.SortedSet<Entry> pEntries)
-