![JAR search and dependency download from the Maven repository](/logo.png)
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