public class Packet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
ba4 |
(package private) Buffer |
buffer |
private static Random |
random |
Modifier and Type | Method and Description |
---|---|
(package private) Buffer |
getBuffer() |
(package private) void |
padding(int bsize) |
void |
reset() |
(package private) static void |
setRandom(Random foo) |
(package private) int |
shift(int len,
int bsize,
int mac) |
(package private) void |
unshift(byte command,
int recipient,
int s,
int len) |
public Packet(Buffer buffer)