All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.carrotsearch.ant.tasks.junit4.events.IStreamEvent Maven / Gradle / Ivy

The newest version!
package com.carrotsearch.ant.tasks.junit4.events;

import java.io.IOException;
import java.io.OutputStream;

public interface IStreamEvent {
  public void copyTo(OutputStream os) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy