JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / javajs / api / GenericLineReader.java
1 package javajs.api;\r
2 \r
3 public interface GenericLineReader {\r
4   public String readNextLine() throws Exception;\r
5 }\r