async.net.callback.IOCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async Show documentation
Show all versions of async Show documentation
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