Datagram constructor

Datagram(List<int> data, InternetAddress address, int port)

Implementation

Datagram(this.data, this.address, this.port);