package examples.bca; import java.io.PrintStream; public interface Writable { public void write(PrintStream out); }