public void sendDatagram(long sig, byte[] data, int length, String recipAddress, int recipPort) { sendDatagram(sig, ByteBuffer.wrap(data), recipAddress, recipPort); }
public void sendData(long sig, byte[] data) throws IOException { sendData(sig, ByteBuffer.wrap(data)); }