001    package cs101.io.connection;
002    
003    public interface InputConnection
004    {
005      public String readInput();
006    }