Uses of Class
com.twelvemonkeys.io.ole2.Entry
Packages that use Entry
Package
Description
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 -
Uses of Entry in com.twelvemonkeys.io.ole2
Classes in com.twelvemonkeys.io.ole2 that implement interfaces with type arguments of type EntryFields in com.twelvemonkeys.io.ole2 declared as EntryModifier and TypeFieldDescription(package private) EntryEntry.parentprivate EntryCompoundDocument.rootEntryFields in com.twelvemonkeys.io.ole2 with type parameters of type EntryMethods in com.twelvemonkeys.io.ole2 that return EntryModifier and TypeMethodDescriptionEntry.getChildEntry(String pName) Returns the child of thisEntrywith the given name.(package private) Entry(package private) EntryEntry.getParentEntry()Return the parent of thisEntryCompoundDocument.getRootEntry()(package private) static EntryReads an entry from the input.Methods in com.twelvemonkeys.io.ole2 that return types with arguments of type EntryModifier and TypeMethodDescriptionEntry.getChildEntries()Returns the children of thisEntry.CompoundDocument.getEntries(int pDirectoryId, Entry pParent) CompoundDocument.getEntriesRecursive(int pDirectoryId, Entry pParent, SortedSet<Entry> pEntries) Methods in com.twelvemonkeys.io.ole2 with parameters of type EntryModifier and TypeMethodDescriptionintCompoundDocument.getEntries(int pDirectoryId, Entry pParent) CompoundDocument.getEntriesRecursive(int pDirectoryId, Entry pParent, SortedSet<Entry> pEntries) (package private) EntryMethod parameters in com.twelvemonkeys.io.ole2 with type arguments of type Entry