public class UnknownPacket extends IPPacket
| Constructor | Description |
|---|---|
UnknownPacket(byte[] data) |
Creates and parses the data of this packet.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString(FormatProperties filter) |
Returns a printable representation of this packet.
|
public UnknownPacket(byte[] data)
data - The raw data of this packet.public String toString(FormatProperties filter)
Copyright © 2024. All rights reserved.