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

de.ruedigermoeller.fastcast.packeting.ByteArrayReceiver Maven / Gradle / Ivy

There is a newer version: 3.10
Show newest version
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