Uses of Class
compbio.engine.FilePuller

Packages that use FilePuller
compbio.engine   
 

Uses of FilePuller in compbio.engine
 

Methods in compbio.engine that return FilePuller
static FilePuller PulledFileCache.get(String fileName)
           
static FilePuller FilePuller.newFilePuller(String file, int chunkSize)
           
static FilePuller FilePuller.newProgressPuller(String file)
          Progress Puller is designed to read 3 characters from the beginning of the file, nothing more.
 

Methods in compbio.engine with parameters of type FilePuller
static boolean PulledFileCache.put(FilePuller fpuller)
          This method allows duplicates to be added.