MCPcopy Index your code
hub / github.com/processing/processing / available

Method available

java/libraries/net/src/processing/net/Client.java:353–357  ·  view source on GitHub ↗

( begin auto-generated from Client_available.xml ) Returns the number of bytes available. When any client has bytes available from the server, it returns the number of bytes. ( end auto-generated ) @webref client:client @usage application @brief Returns the number of bytes in the buffer waiting to

()

Source from the content-addressed store, hash-verified

351 * @brief Returns the number of bytes in the buffer waiting to be read
352 */
353 public int available() {
354 synchronized (bufferLock) {
355 return (bufferLast - bufferIndex);
356 }
357 }
358
359
360 /**

Callers 1

availableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected