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
Fields in com.twelvemonkeys.io.ole2 declared as EntryModifier and TypeFieldDescription(package private) Entry
Entry.parent
private Entry
CompoundDocument.rootEntry
Fields 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 thisEntry
with the given name.(package private) Entry
(package private) Entry
Entry.getParentEntry()
Return the parent of thisEntry
CompoundDocument.getRootEntry()
(package private) static Entry
Reads 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 TypeMethodDescriptionint
CompoundDocument.getEntries
(int pDirectoryId, Entry pParent) CompoundDocument.getEntriesRecursive
(int pDirectoryId, Entry pParent, SortedSet<Entry> pEntries) (package private) Entry
Method parameters in com.twelvemonkeys.io.ole2 with type arguments of type Entry