Add new still not-working code for native binary protocol version
[proteocache.git] / datadb / compbio / cassandra / JpredParser.java
index 56f3770..27020ec 100644 (file)
@@ -1,5 +1,7 @@
 package compbio.cassandra;
 
+import java.io.IOException;
+
 public interface JpredParser {
 
        /*
@@ -10,5 +12,5 @@ public interface JpredParser {
        /*
         * Makes real parsing of the source file
         **/
-       void Parsing(String source, int nDays);
+       void Parsing(String source, int nDays) throws IOException;
 }