ByteStream.java
package church.lang;

public interface ByteStream {
    ByteStream write(byte b);
}