compbio.engine
Class ProgressGetter

java.lang.Object
  extended by compbio.engine.ProgressGetter

public class ProgressGetter
extends java.lang.Object


Constructor Summary
ProgressGetter()
           
 
Method Summary
static byte getProgress(java.lang.String progressFile)
           
static ChunkHolder pull(java.lang.String file, long position)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressGetter

public ProgressGetter()
Method Detail

pull

public static final ChunkHolder pull(java.lang.String file,
                                     long position)

getProgress

public static final byte getProgress(java.lang.String progressFile)