more IO stuff
[IRC.git] / Robust / src / ClassLibrary / InputStream.java
index 002487794d9d59e209fda720fdddc9138e56374b..136729f9a682802a8a421c35b909b02960dc41ea 100644 (file)
@@ -3,4 +3,7 @@ public class InputStream {
     }
     public int read(byte[] b) {
     }
+
+    public void close() {
+    }
 }