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

devutility.internal.nio.pipe.ReversePipeCallback Maven / Gradle / Ivy

There is a newer version: 1.3.8.1
Show newest version
package devutility.internal.nio.pipe;

import java.nio.ByteBuffer;

/**
 * 
 * ReversePipeCallback
 * 
 * @author: Aldwin Su
 */
public interface ReversePipeCallback {
	void call(ByteBuffer byteBuffer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy