public class SimpleByteArrayReceiver extends Object implements ByteArrayReceiver
| Constructor and Description |
|---|
SimpleByteArrayReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
msgDone(long sequence,
de.ruedigermoeller.heapoff.bytez.Bytez b,
int off,
int len) |
void |
receiveChunk(long sequence,
de.ruedigermoeller.heapoff.bytez.Bytez b,
int off,
int len,
boolean complete) |
public void receiveChunk(long sequence,
de.ruedigermoeller.heapoff.bytez.Bytez b,
int off,
int len,
boolean complete)
receiveChunk in interface ByteArrayReceiverpublic void msgDone(long sequence,
de.ruedigermoeller.heapoff.bytez.Bytez b,
int off,
int len)
Copyright © 2014. All rights reserved.