X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FFilePuller.html;h=8f9d2855ebac79ec35b51a07173543156fc84ff2;hb=f1bdd8da517901fe1d7957d388ea579ad1fbaa3b;hp=5a017aec8570d6a408872dde78fcb48010629790;hpb=b413eee53fa3cc22a6bd4e03c9ac64bf26b7c834;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/FilePuller.html b/website/full_javadoc/compbio/engine/FilePuller.html index 5a017ae..8f9d285 100644 --- a/website/full_javadoc/compbio/engine/FilePuller.html +++ b/website/full_javadoc/compbio/engine/FilePuller.html @@ -2,12 +2,12 @@ - + FilePuller - + @@ -92,15 +92,15 @@ compbio.engine
Class FilePuller
-java.lang.Object
+java.lang.Object
   extended by compbio.engine.FilePuller
 
-
All Implemented Interfaces:
java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed
+
All Implemented Interfaces:
Comparable<Delayed>, Delayed

-
public class FilePuller
extends java.lang.Object
implements java.util.concurrent.Delayed
+
public class FilePuller
extends Object
implements Delayed

@@ -119,7 +119,7 @@ java.lang.Object  int -compareTo(java.util.concurrent.Delayed o) +compareTo(Delayed o)
            @@ -135,7 +135,7 @@ java.lang.Object  boolean -equals(java.lang.Object obj) +equals(Object obj)
            @@ -143,14 +143,14 @@ java.lang.Object  long -getDelay(java.util.concurrent.TimeUnit unit) +getDelay(TimeUnit unit)
            - java.lang.String + String getFile()
@@ -199,7 +199,7 @@ java.lang.Object static FilePuller -newFilePuller(java.lang.String file, +newFilePuller(String file, int chunkSize)
@@ -208,7 +208,7 @@ java.lang.Object static FilePuller -newProgressPuller(java.lang.String file) +newProgressPuller(String file)
          Progress Puller is designed to read 3 characters from the beginning of @@ -224,7 +224,7 @@ java.lang.Object - java.lang.String + String toString()
@@ -242,10 +242,10 @@ java.lang.Object   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
  @@ -264,7 +264,7 @@ java.lang.Object

newFilePuller

-public static FilePuller newFilePuller(java.lang.String file,
+public static FilePuller newFilePuller(String file,
                                        int chunkSize)
@@ -279,7 +279,7 @@ public static

newProgressPuller

-public static FilePuller newProgressPuller(java.lang.String file)
+public static FilePuller newProgressPuller(String file)
Progress Puller is designed to read 3 characters from the beginning of the file, nothing more. Intended to be used in conjunction with a tool @@ -291,7 +291,7 @@ public static ChunkHolder pull(long position) - throws java.io.IOException + throws IOException
@@ -308,7 +308,7 @@ public IOException

@@ -330,7 +330,7 @@ public void initPull()

getFile

-public java.lang.String getFile()
+public String getFile()
@@ -373,7 +373,7 @@ public void waitForFile(long maxWaitSeconds) hasMoreData
 public boolean hasMoreData()
-                    throws java.io.IOException
+ throws IOException
@@ -381,7 +381,7 @@ public boolean hasMoreData()
Throws: -
java.io.IOException
+
IOException

@@ -389,10 +389,10 @@ public boolean hasMoreData()

compareTo

-public int compareTo(java.util.concurrent.Delayed o)
+public int compareTo(Delayed o)
-
Specified by:
compareTo in interface java.lang.Comparable<java.util.concurrent.Delayed>
+
Specified by:
compareTo in interface Comparable<Delayed>
@@ -403,10 +403,10 @@ public int compareTo(java.util.concurrent.Delayed o)

getDelay

-public long getDelay(java.util.concurrent.TimeUnit unit)
+public long getDelay(TimeUnit unit)
-
Specified by:
getDelay in interface java.util.concurrent.Delayed
+
Specified by:
getDelay in interface Delayed
@@ -431,10 +431,10 @@ public void disconnect()

toString

-public java.lang.String toString()
+public String toString()
-
Overrides:
toString in class java.lang.Object
+
Overrides:
toString in class Object
@@ -445,10 +445,10 @@ public java.lang.String toString()

equals

-public boolean equals(java.lang.Object obj)
+public boolean equals(Object obj)
-
Overrides:
equals in class java.lang.Object
+
Overrides:
equals in class Object
@@ -462,7 +462,7 @@ hashCode public int hashCode()
-
Overrides:
hashCode in class java.lang.Object
+
Overrides:
hashCode in class Object
@@ -474,7 +474,7 @@ public int hashCode() getProgress
 public byte getProgress()
-                 throws java.io.IOException
+ throws IOException
@@ -482,7 +482,7 @@ public byte getProgress()
Throws: -
java.io.IOException
+
IOException