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

async.net.callback.IOCallback Maven / Gradle / Ivy

Go to download

ASync is an asynchronous library to handle asynchronous communication over sockets, console and web.

The newest version!
package async.net.callback;

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

public interface IOCallback {
	void call(InputStream in, OutputStream out) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy