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

com.davfx.ninio.common.ByteBufferHandler Maven / Gradle / Ivy

package com.davfx.ninio.common;

import java.nio.ByteBuffer;

public interface ByteBufferHandler {
	void handle(Address address, ByteBuffer buffer);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy