I am trying to parse a DatagramPacket that I will receive at a socket. I know the format of the packet I will receive, which is a DHCPREQUEST packet, but I don\'t think that rea
The cleanest way to do something like this is probably to use the utility method Arrays.copyOfRange.