Searched refs:recvBuff (Results 1 – 2 of 2) sorted by relevance
67 private native int doReceive(byte[] recvBuff); in doReceive() argument69 public int receive(byte[] recvBuff) throws IOException { in receive() argument70 int receiveLength = doReceive(recvBuff); in receive()
137 public int receive(byte[] recvBuff) throws IOException; in receive() argument