package javajs.api;

public interface GenericLineReader {
  public String readNextLine() throws Exception;
}
