module Pio
  # ARP parser and generator.
  class Arp
    def self.read(raw_data)
      format = Format.read(raw_data)