static class CompressedPacketSenderTest.CompressedPackets
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
compressedPayloadLen |
(package private) int |
compressedSequenceId |
private java.io.ByteArrayOutputStream |
decompressedStream |
(package private) int |
offset |
(package private) byte[] |
packetData |
(package private) byte[] |
payload |
(package private) int |
uncompressedPayloadLen |
| Constructor and Description |
|---|
CompressedPackets(byte[] packetData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
nextPayload() |
byte[] packetData
private java.io.ByteArrayOutputStream decompressedStream
byte[] payload
int compressedPayloadLen
int compressedSequenceId
int uncompressedPayloadLen
int offset