MCPcopy Create free account
hub / github.com/apache/tomcat / getCapacity

Method getCapacity

java/org/apache/catalina/tribes/io/XByteBuffer.java:334–336  ·  view source on GitHub ↗

Returns the current capacity of the internal buffer. @return the buffer capacity

()

Source from the content-addressed store, hash-verified

332 * @return the buffer capacity
333 */
334 public int getCapacity() {
335 return buf.length;
336 }
337
338
339 /**

Callers 2

getBufferMethod · 0.95
returnBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected