| Package | Description |
|---|---|
| compbio.engine |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Queue<FilePuller> |
PulledFileCache.CACHE |
| Modifier and Type | Method and Description |
|---|---|
static FilePuller |
PulledFileCache.get(java.lang.String fileName) |
static FilePuller |
FilePuller.newFilePuller(java.lang.String file,
int chunkSize) |
static FilePuller |
FilePuller.newProgressPuller(java.lang.String file)
Progress Puller is designed to read 3 characters from the beginning of
the file, nothing more.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PulledFileCache.put(FilePuller fpuller)
This method allows duplicates to be added.
|