FileParse object can be re-used to read different files concatenated together
[jalview.git] / src / jalview / io / FeaturesFile.java
index 9b39d02..e961683 100755 (executable)
@@ -55,6 +55,10 @@ public class FeaturesFile
   {\r
     super(inFile, type);\r
   }\r
+  public FeaturesFile(FileParse source) throws IOException\r
+  {\r
+    super(source);\r
+  }\r
 \r
   /**\r
    * The Application can render HTML, but the applet will\r