Home | History | Annotate | Download | only in stack

Lines Matching refs:packetLength

319         int packetLength = packet.getLength();
322 byte[] msgBytes = new byte[packetLength];
323 System.arraycopy(bytes, 0, msgBytes, 0, packetLength);
330 + packet.getPort() + " Length = " + packetLength);
352 String msgString = new String(msgBytes, 0, packetLength);