de.ruedigermoeller.fastcast.packeting.ByteArrayReceiver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fast-cast Show documentation
Show all versions of fast-cast Show documentation
a fast brokerless messaging library based on reliable UDP multicast
package de.ruedigermoeller.fastcast.packeting;
import de.ruedigermoeller.heapoff.bytez.Bytez;
/**
* Created with IntelliJ IDEA.
* User: ruedi
* Date: 8/11/13
* Time: 1:07 PM
* To change this template use File | Settings | File Templates.
*/
public interface ByteArrayReceiver {
public void receiveChunk(long sequence, Bytez b, int off, int len, boolean complete);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy