more IO stuff
[IRC.git] / Robust / src / ClassLibrary / OutputStream.java
1 public class OutputStream {
2     public OutputStream() {
3     }
4
5     public void write(int ch) {
6     }
7
8     public void write(byte[] b) {
9     }
10 }