public class UDPUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UDP_HEADER_LEN_OFFSET |
static int |
UDP_HEADER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
extractPayload(byte[] packetData) |
static int |
getUdpLen(byte[] packetData)
Get size of udp packet payload
|
public static final int UDP_HEADER_SIZE
public static final int UDP_HEADER_LEN_OFFSET
Copyright © 2020. All rights reserved.