package System.IO; import System.Object; import System.String; public class TextReader extends Object { public void Close() throws Exception { } public String ReadToEnd() throws Exception { return null; } }