public class PacketSplitter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
currentPacketLen |
private int |
offset |
private int |
totalSize |
| Constructor and Description |
|---|
PacketSplitter(int totalSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
int |
getPacketLen() |
boolean |
nextPacket() |