lots of new files
[IRC.git] / Robust / src / ClassLibrary / InputStream.java
1 public class InputStream {
2     public int read() {
3     }
4     public int read(byte[] b) {
5     }
6 }