package se.lth.control.labcomm2006;

import java.io.IOException;

public interface Writer {

  public void write(byte[] data) throws IOException;

}