public static class NTCPConnection.PrepBuffer extends Object
| Modifier and Type | Field | Description |
|---|---|---|
(package private) byte[] |
base |
|
(package private) int |
baseLength |
|
(package private) Adler32 |
crc |
|
(package private) byte[] |
encrypted |
|
(package private) byte[] |
unencrypted |
|
(package private) int |
unencryptedLength |
| Constructor | Description |
|---|---|
PrepBuffer() |
final byte[] unencrypted
int unencryptedLength
final byte[] base
int baseLength
final Adler32 crc
byte[] encrypted