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 EntryThumbsDBImageReader. 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) EntryEntry. parentprivate EntryCompoundDocument. rootEntryFields in com.twelvemonkeys.io.ole2 with type parameters of type Entry Modifier and Type Field Description (package private) java.util.SortedSet<Entry>Entry. childrenprivate static java.util.SortedSet<Entry>Entry. NO_CHILDRENMethods 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.(package private) EntryCompoundDocument. getEntry(int pDirectoryId, Entry pParent)(package private) EntryCompoundDocument. getEntry(java.lang.String pPath)EntryEntry. getParentEntry()Return the parent of thisEntryEntryCompoundDocument. getRootEntry()(package private) static EntryEntry. 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 intEntry. 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) EntryCompoundDocument. 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)
-