Uses of Interface
org.archive.util.ms.Entry

Packages that use Entry
org.archive.util.ms Memory-efficient reading of .doc files. 
 

Uses of Entry in org.archive.util.ms
 

Classes in org.archive.util.ms that implement Entry
(package private)  class DefaultEntry
           
 

Methods in org.archive.util.ms that return Entry
 Entry Entry.getChild()
           
 Entry DefaultEntry.getChild()
           
(package private)  Entry DefaultBlockFileSystem.getEntry(int entryNumber)
          Returns the entry with the given number.
 Entry Entry.getNext()
           
 Entry DefaultEntry.getNext()
           
 Entry Entry.getPrevious()
           
 Entry DefaultEntry.getPrevious()
           
 Entry DefaultBlockFileSystem.getRoot()
           
 Entry BlockFileSystem.getRoot()
          Returns the root entry of the file system.
 

Methods in org.archive.util.ms that return types with arguments of type Entry
 java.util.List<Entry> Entry.list()
           
 java.util.List<Entry> DefaultEntry.list()
           
 

Methods in org.archive.util.ms with parameters of type Entry
static void DefaultEntry.list(java.util.List<Entry> list, Entry e)
           
 

Method parameters in org.archive.util.ms with type arguments of type Entry
static void DefaultEntry.list(java.util.List<Entry> list, Entry e)
           
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.