Searched refs:userSuppliedLength (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DDatagramPacket.java42 private int userSuppliedLength; field in class:DatagramPacket
187 this.userSuppliedLength = byteCount;
199 userSuppliedLength = length;
217 this.userSuppliedLength = length;
225 this.length = userSuppliedLength;
229 * Sets 'length' without changing 'userSuppliedLength', after receiving a packet.

Completed in 258 milliseconds